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
Macro | Description |
---|---|
BLE_SMP_FLAG_ENCRYPT_INFO | Indicates that the Long Term Key (LTK) is valid. |
BLE_SMP_FLAG_CENTRAL_ID | Indicates that the Encrypted Diversifier (EDIV) and Random Value (Rand) are valid. |
BLE_SMP_FLAG_ID_INFO | Indicates that the Identity Resolving Key (IRK) is valid. |
BLE_SMP_FLAG_ID_ADDR_INFO | Indicates that the identity address is valid. |
BLE_SMP_FLAG_SIGNING_INFO | Indicates that the Signature Resolving Key (SRK) is valid. |