ubluetooth - Question regarding event codes and subscribing to notifying characteristics

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
bart
Posts: 2
Joined: Tue Jun 16, 2020 10:07 pm

Re: ubluetooth - Question regarding event codes and subscribing to notifying characteristics

Post by bart » Thu Jul 09, 2020 11:52 pm

jimmo wrote:
Thu Jul 02, 2020 6:33 am
redyellow wrote:
Wed Jul 01, 2020 7:37 pm
How do find the value handle for the CCCB descriptor for a specific characteristic?
Do I simply look for the 0X2902 UUID following the actual characteristic?
Yep, similar to how you find the characteristic value handle, you can use ble.gattc_discover_descriptors.
Thanks redyellow for contributing to my question and thanks jimmo for you clarifications (also on software version VS documentation). I have been occupied with some other stuff the last weeks (creating an online pub quiz for my colleagues was fun!) but expect to have some time to test this out in the coming weeks.

Post Reply