BLE_ANCS_EvtAppAttrInd_T
C
typedef struct BLE_ANCS_EvtAppAttrInd_T { uint16_t connHandle; BLE_ANCS_DecodeAppAttrs_T *p_data; } BLE_ANCS_EvtAppAttrInd_T;
Description
Structure for the BLE_ANCS_EVT_APP_ATTR_IND event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
p_data | Pointer to the decoded app attributes. See BLE_ANCS_DecodeAppAttrs_T. |