1.1.2.3.5.1.3.7 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
connHandleThe connection handle of discovery completion.
llsStartHandleThe start handle of LLS.
llsEndHandleThe end handle of LLS.
iasStartHandleThe start handle of IAS.
iasEndHandleThe end handle of IAS.
tpsStartHandleThe start handle of TPS.
tpsEndHandleThe end handle of TPS.