BLE_HOGPS_EvtHostSuspendExit_T
C
typedef struct BLE_HOGPS_EvtHostSuspendExit_T
{
    uint16_t                            connHandle;
} BLE_HOGPS_EvtHostSuspendExit_T;Description
Data structure for BLE_HOGPS_EVT_HOST_SUSPEND_EXIT_IND event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | The connection handle associated with the connection. | 
