Key flags

C

#define BLE_SMP_FLAG_ENCRYPT_INFO                           (1<<0)
#define BLE_SMP_FLAG_CENTRAL_ID                             (1<<1)
#define BLE_SMP_FLAG_ID_INFO                                (1<<2)
#define BLE_SMP_FLAG_ID_ADDR_INFO                           (1<<3)
#define BLE_SMP_FLAG_SIGNING_INFO                           (1<<4)

Description

Defines flags indicating the validity of remote keys.

Macro Definition

MacroDescription
BLE_SMP_FLAG_ENCRYPT_INFOIndicates that the Long Term Key (LTK) is valid.
BLE_SMP_FLAG_CENTRAL_IDIndicates that the Encrypted Diversifier (EDIV) and Random Value (Rand) are valid.
BLE_SMP_FLAG_ID_INFOIndicates that the Identity Resolving Key (IRK) is valid.
BLE_SMP_FLAG_ID_ADDR_INFOIndicates that the identity address is valid.
BLE_SMP_FLAG_SIGNING_INFOIndicates that the Signature Resolving Key (SRK) is valid.