BLE_SMP_EvtNotifyKeys_T

C

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

Description

Structure for BLE_SMP_EVT_NOTIFY_KEYS event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
keysSet of keys exchanged during pairing. See BLE_SMP_KeyList_T.