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
connHandleConnection handle associated with the discovery completion.
ansStartHandleStart handle of the discovered ANS.
ansEndHandleEnd handle of the discovered ANS.