Dear TI team,
I am working on data_stream example and I have added a GATT characteristic with an Indicate property. According to the documentation, for sending an indication, I have to use:
bStatus_t GATT_Indication ( uint16 connHandle, attHandleValueInd_t * pInd, uint8 authenticated, uint8 taskId). For checking the confirmation message from the client, I have to receive the GATT_MSG_EVENT message from the specified task. Do I have to create a new task for receive the specified value? Do you have any example receiving the GATT_MSG_EVENT in the created task? I need to see and undertand the mechanics of GATT_Indication API with some examples.
Thank you for your help.