BLE_ANCS_EvtNtfyAttrInd_T

C

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

Field Documentation

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