Address types

C

#define BLE_GAP_ADDR_TYPE_PUBLIC                                (0x00U)
#define BLE_GAP_ADDR_TYPE_RANDOM_STATIC                         (0x01U)
#define BLE_GAP_ADDR_TYPE_RANDOM_RESOLVABLE                     (0x02U)
#define BLE_GAP_ADDR_TYPE_RANDOM_NON_RESOLVABLE                 (0x03U)

Description

Defines the different types of BLE device addresses.

Macro Definition

MacroDescription
BLE_GAP_ADDR_TYPE_PUBLICPublic device address, which is a globally unique and permanent address assigned to the device.
BLE_GAP_ADDR_TYPE_RANDOM_STATICStatic random device address, which is a randomly generated address.
BLE_GAP_ADDR_TYPE_RANDOM_RESOLVABLEPrivate resolvable random device address, which can be resolved by devices with the appropriate key.
BLE_GAP_ADDR_TYPE_RANDOM_NON_RESOLVABLEPrivate non-resolvable random device address, which cannot be resolved.