BLE_GAP_EvtEncInfoRequest_T

C

typedef struct BLE_GAP_EvtEncInfoRequest_T
{
    uint16_t                connHandle;
} BLE_GAP_EvtEncInfoRequest_T;

Description

Structure for the BLE_GAP_EVT_ENC_INFO_REQUEST event.This event is triggered when a encryption information request is received.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.