8 years, 5 months 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:

/ BLE_HeartRate Featured
Heart Rate Monitor example for the BLE API using nRF51822 native mode drivers

1 Answer

8 years, 5 months ago.

The long-form constructor for GattCharacteristic allows for Descriptors. Refer to https://github.com/ARMmbed/ble/blob/master/ble/GattCharacteristic.h#L334.