ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_ble_addr_type_t
from the following samples and libraries:
esp_hid_device sample
esp_hid_host sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_addr_type_t
esp_ble_addr_type_t enum
Syntax
Show:
Summary
Declaration
from
esp_bt_defs.h:200
enum
{
BLE_ADDR_TYPE_PUBLIC
=
0x00
,
BLE_ADDR_TYPE_RANDOM
=
0x01
,
BLE_ADDR_TYPE_RPA_PUBLIC
=
0x02
,
BLE_ADDR_TYPE_RPA_RANDOM
=
0x03
,
}
;
Values
Value
Declared as
Description
esp_ble_addr_type_t::BLE_ADDR_TYPE_PUBLIC
=
0x00
Public Device Address.
esp_ble_addr_type_t::BLE_ADDR_TYPE_RANDOM
=
0x01
Random Device Address. To set this address, use the function esp_ble_gap_set_rand_addr(esp_bd_addr_t rand_addr).
esp_ble_addr_type_t::BLE_ADDR_TYPE_RPA_PUBLIC
=
0x02
Resolvable Private Address (RPA) with public identity address.
esp_ble_addr_type_t::BLE_ADDR_TYPE_RPA_RANDOM
=
0x03
Resolvable Private Address (RPA) with random identity address. To set this address, use the function esp_ble_gap_set_rand_addr(esp_bd_addr_t rand_addr).
Examples
esp_ble_addr_type_t
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out