BLE_SMP_KeyList_T
C
typedef struct BLE_SMP_KeyList_T { BLE_SMP_SecKeys_T local; BLE_SMP_SecKeys_T remote; } BLE_SMP_KeyList_T;
Description
Structure for storing the security keys of both local and remote devices.
Field Documentation
Field | Description |
---|---|
local | Security keys of the local device. See BLE_SMP_SecKeys_T. |
remote | Security keys of the remote device. See BLE_SMP_SecKeys_T. |