Hello everyone,
I'm testing the BLE extension to connect to a Bluetooth Low Energy device. I need to extract information from the descriptors 0x2901 (Characteristic User Description) and 0x2902 (Client Characteristic Configuration), but I can't find a clear function in the extension to read these descriptors directly.
What I've Tried:
- I can connect to the device and read/write characteristics without any issues.
- I've used the
ReadStrings
block to retrieve characteristic values. - I attempted to access the descriptors but couldn't find a dedicated method in the BLE extension.
Questions:
- Is there a way to read descriptor values using the MIT App Inventor BLE extension?
- Do I need to send a specific command or use a workaround to retrieve this information?
- Has anyone successfully accessed descriptors like 0x2901 or 0x2902 in MIT App Inventor?
Any guidance or examples would be greatly appreciated!
Thanks in advance.