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.