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
Data structure for BLE_ANPC_EVT_DISC_COMPLETE_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | The connection handle of discovery completion. |
| ansStartHandle | The start handle of ANS. |
| ansEndHandle | The end handle of ANS. |
