2020-07-24 06:27 AM
Issue:
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;
}