BLE_ANCS_EvtDiscComplete_T
C
typedef struct BLE_ANCS_EvtDiscComplete_T
{
    uint16_t                    connHandle;
}BLE_ANCS_EvtDiscComplete_T;Description
Data structure for BLE_ANCS_EVT_DISC_COMPLETE_IND event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | The connection handle of discovery completion. | 
