1.1.2.1.4.3.12 BLE_SMP_EvtNotifyKeys_T

C

typedef struct  BLE_SMP_EvtNotifyKeys_T
{
    uint16_t                connHandle;
    BLE_SMP_KeyList_T       keys;
} BLE_SMP_EvtNotifyKeys_T;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
keysKeys associated with this connection.