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
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. |