1.2.2.3.1.1.3.12 BLE_ANCS_EvtNtfyAttrInd_T
C
typedef struct { uint16_t connHandle; BLE_ANCS_DecodeNtfyAttrs_T *p_data; } BLE_ANCS_EvtNtfyAttrInd_T;
Description
Data structure for BLE_ANCS_EVT_NTFY_ATTR_IND event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
p_data | Decoded iOS notification attribute information. See BLE_ANCS_DecodeNtfyAttrs_T. |