1.1.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;                        

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
p_dataDecoded iOS notification attribute information. See BLE_ANCS_DecodeNtfyAttrs_T.