BLE_GAP_EvtAuthPayloadTimeout_T

C

typedef struct BLE_GAP_EvtAuthPayloadTimeout_T
{
    uint16_t                connHandle;
} BLE_GAP_EvtAuthPayloadTimeout_T;

Description

Structure for the BLE_GAP_EVT_AUTH_PAYLOAD_TIMEOUT event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.