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

FieldDescription
connHandleConnection handle associated with this connection.
p_dataPointer to the decoded app attributes. See BLE_ANCS_DecodeAppAttrs_T.