GATT_EvtEncDataKeyMatlReq_T

C

typedef struct GATT_EvtEncDataKeyMatlReq_T
{
    uint16_t                connHandle;
} GATT_EvtEncDataKeyMatlReq_T;

Description

Structure for the GATTS_EVT_ENC_DATA_KEY_MATL_REQ event.This event is triggered when peer request to read encrypted data key material.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.