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

Structure for storing various security keys.

Field Documentation

FieldDescription
encInfoEncryption Information containing the Long Term Key (LTK) and associated data. See BLE_SMP_EncInfo_T.
idInfoIdentity Information containing the Identity Resolving Key (IRK) and public address. See BLE_SMP_IdInfo_T.
signInfoSigning Information containing the Signature Resolving Key (SRK). See BLE_SMP_SignInfo_T.