BLE_PXPM_EvtDiscComplete_T

C

typedef struct BLE_PXPM_EvtDiscComplete_T
{
    uint16_t        connHandle;
    uint16_t        llsStartHandle;
    uint16_t        llsEndHandle;
    uint16_t        iasStartHandle;
    uint16_t        iasEndHandle;
    uint16_t        tpsStartHandle;
    uint16_t        tpsEndHandle;
} BLE_PXPM_EvtDiscComplete_T;

Field Documentation

FieldDescription
connHandleConnection handle where the discovery process completed.
llsStartHandleStart handle of the Link Loss Service (LLS).
llsEndHandleEnd handle of the Link Loss Service (LLS).
iasStartHandleStart handle of the Immediate Alert Service (IAS), if enabled.
iasEndHandleEnd handle of the Immediate Alert Service (IAS), if enabled.
tpsStartHandleStart handle of the Tx Power Service (TPS), if enabled.
tpsEndHandleEnd handle of the Tx Power Service (TPS), if enabled.