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
Structure for the BLE_ANPC_EVT_DISC_COMPLETE_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with the discovery completion. |
| ansStartHandle | Start handle of the discovered ANS. |
| ansEndHandle | End handle of the discovered ANS. |
