1.2.2.3.2.1.3.7 BLE_ANPC_EvtDiscComplete_T

C

typedef struct BLE_ANPC_EvtDiscComplete_T
{
    uint16_t        connHandle;
    uint16_t        ansStartHandle;
    uint16_t        ansEndHandle;
}BLE_ANPC_EvtDiscComplete_T;

Field Documentation

FieldDescription
connHandleThe connection handle of discovery completion.
ansStartHandleThe start handle of ANS.
ansEndHandleThe end handle of ANS.