Hello,
Is there any utility available on PC to suck the complete attribute table from a BLE device and display it in human-readable format?
Thanks,
Richard
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Is there any utility available on PC to suck the complete attribute table from a BLE device and display it in human-readable format?
Thanks,
Richard
Hi,
BTool can display "everything" in a long list (by doing a ATT_FindInfoReq) but that would be in hex format and not very "human read friendly". You could check the wiki (http://processors.wiki.ti.com/index.php/Category:BluetoothLE) for source code that you can modify yourself, otherwise hold your thumbs and hope that someone else will do it within short. This is something we all want :)
Br