BLE_GAP_EvtAuthPayloadTimeout_T
C
typedef struct BLE_GAP_EvtAuthPayloadTimeout_T
{
uint16_t connHandle;
} BLE_GAP_EvtAuthPayloadTimeout_T;Description
Structure for BLE_GAP_EVT_AUTH_PAYLOAD_TIMEOUT event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
