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
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| keys | Set of keys exchanged during pairing. See BLE_SMP_KeyList_T. |
