Macros |
|
| #define | BLE_GAP_ADDR_TYPE_PUBLIC 0x00 |
| #define | BLE_GAP_ADDR_TYPE_RANDOM_STATIC 0x01 |
| #define | BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE 0x02 |
| #define | BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE 0x03 |
| #define | BLE_GAP_ADDR_TYPE_ANONYMOUS 0x7F |
Detailed Description
Macro Definition Documentation
| #define BLE_GAP_ADDR_TYPE_ANONYMOUS 0x7F |
An advertiser may advertise without its address. This type of advertising is called anonymous.
| #define BLE_GAP_ADDR_TYPE_PUBLIC 0x00 |
Public (identity) address.
| #define BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE 0x03 |
Random private non-resolvable address.
| #define BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE 0x02 |
Random private resolvable address.
| #define BLE_GAP_ADDR_TYPE_RANDOM_STATIC 0x01 |
Random static (identity) address.