Key flags

C

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

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.