1.1.2.1.4.3.19 BLE_SMP_SecKeys_T

C

typedef struct BLE_SMP_SecKeys_T
{
    BLE_SMP_EncInfo_T       encInfo;
    BLE_SMP_IdInfo_T        idInfo;
    BLE_SMP_SignInfo_T      signInfo;
}BLE_SMP_SecKeys_T;

Description

Security keys.

Field Documentation

FieldDescription
encInfoThe encryption information.
idInfoThe identity information.
signInfoThe signing information.