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.

CC2650MODA: CC2650MODA BLE Characteristics notification property

Part Number: CC2650MODA

I have one application where I need to send ADC data over ble. I am using a simple_peripheral example in which characteristics 4 has notify property. In the developers guide I have found the following part-

0x002B is the SimpleProfileChar4 client characteristic configuration. This configuration has a UUID of 0x2902 (Bluetooth-defined). By writing to this attribute, a GATT server can configure the SimpleProfileChar4 for notifications (writing 0x0001) or indications (writing 0x0002). Writing 0x0000 to this attribute disables notifications and indications.

To write on that configuration I am giving the Service UUID- FFF0 and Char UUID 2902. But using those settings my app does not respond and gets crashed. Could anyone tell me what is the proper UUID to use notify function? Kindly find the attached images for reference.

profile

app settings