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;
Description
Structure for the BLE_PXPM_EVT_DISC_COMPLETE_IND event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle where the discovery process completed. |
llsStartHandle | Start handle of the Link Loss Service (LLS). |
llsEndHandle | End handle of the Link Loss Service (LLS). |
iasStartHandle | Start handle of the Immediate Alert Service (IAS), if enabled. |
iasEndHandle | End handle of the Immediate Alert Service (IAS), if enabled. |
tpsStartHandle | Start handle of the Tx Power Service (TPS), if enabled. |
tpsEndHandle | End handle of the Tx Power Service (TPS), if enabled. |