How Indication works
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-24 6:27 AM
Issue:
- How to send indication
- how can get confirmation
- How to disable indication from server to client
- How to know client all data received from server
My Code is:
bool isIndicationEnable;
if (attribute_modified->Attr_Data[0] & COMSVC_Indication)
{
BLE_DBG_HRS_MSG(" EVT_BLUE_GATT_ATTRIBUTE_MODIFIED INDICATION_ENABLED\n");
isIndicationEnable = true;
} else
{
BLE_DBG_HRS_MSG("EVT_BLUE_GATT_ATTRIBUTE_MODIFIED INDICATION_ENABLED\n");
isIndicationEnable = false;
}
0 REPLIES 0
