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;
Description
Data structure for BLE_PXPM_EVT_DISC_COMPLETE_IND event.
Field Documentation
Field | Description |
---|---|
connHandle | The connection handle of discovery completion. |
llsStartHandle | The start handle of LLS. |
llsEndHandle | The end handle of LLS. |
iasStartHandle | The start handle of IAS. |
iasEndHandle | The end handle of IAS. |
tpsStartHandle | The start handle of TPS. |
tpsEndHandle | The end handle of TPS. |