BLE_ANCS_EvtNtfyAttrInd_T

C

typedef struct BLE_ANCS_EvtNtfyAttrInd_T
{
    uint16_t                    connHandle;
    BLE_ANCS_DecodeNtfyAttrs_T  *p_data;
} BLE_ANCS_EvtNtfyAttrInd_T;

Description

Structure for the BLE_ANCS_EVT_NTFY_ATTR_IND event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
p_dataPointer to the decoded notification attributes. See BLE_ANCS_DecodeNtfyAttrs_T.