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