BLE_ANPC_EvtDiscComplete_T

C

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

Description

Structure for the BLE_ANPC_EVT_DISC_COMPLETE_IND event.

Field Documentation

FieldDescription
connHandleConnection handle associated with the discovery completion.
ansStartHandleStart handle of the discovered ANS.
ansEndHandleEnd handle of the discovered ANS.