Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years ago.
How are the Characteristics being set up with descriptors
When implementing this code, the characteristic have descriptions, where are these set up? I would assume there is a string parameter passed over at some point, but I can't find it. Alternatively, is this a feature of my debug app interpreting standard UUIDs?
Question relating to:
1 Answer
10 years ago.
The long-form constructor for GattCharacteristic allows for Descriptors. Refer to https://github.com/ARMmbed/ble/blob/master/ble/GattCharacteristic.h#L334.