1.2.2.1.4.3.2 BLE_SMP_EncInfo_T

C

typedef struct BLE_SMP_EncInfo_T
{
    uint8_t                 ltk[16];
    uint8_t                 ediv[2];
    uint8_t                 rand[8];
    uint8_t                 lesc:1;
    uint8_t                 auth:1;
    uint8_t                 ltkLen:6;
}BLE_SMP_EncInfo_T;

Description

Encryption information.

Field Documentation

FieldDescription
ltkThe long term key.
edivThe encrypted diversifier value.
randThe randon number value.
lescKey generated using LE security connection.
authIs Authenticated Key?
ltkLenThe LTK length in bytes.