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.

CC2640R2F: how to enable indication for BLE communicaiton in example "simple_peripheral" in RTOS blestack folder?

Part Number: CC2640R2F

Dear Expert,

         how to enable indication for BLE communicaiton in example "simple_peripheral" in RTOS blestack folder?

Can I only change the below statement:?

// Simple Profile Characteristic 4 Properties
static uint8 simpleProfileChar4Props = GATT_PROP_NOTIFY;

Replace TO:

// Simple Profile Characteristic 4 Properties
static uint8 simpleProfileChar4Props = GATT_PROP_INDICATE;

Regards