ESP-IDF
+
0
/14 examples
SourceVu will show references to
esp_bt_dev_get_address()
from the following samples and libraries:
blufi sample
esp_hid_host sample
a2dp_sink sample
a2dp_source sample
bt_discovery sample
bt_hid_mouse_device sample
bt_l2cap_client sample
bt_l2cap_server sample
bt_spp_acceptor sample
bt_spp_initiator sample
bt_spp_vfs_acceptor sample
bt_spp_vfs_initiator sample
hfp_ag sample
hfp_hf sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_bt_dev_get_address()
esp_bt_dev_get_address() function
Get bluetooth device address. Must use after "esp_bluedroid_enable".
Syntax
Show:
Summary
Declaration
Definition
from
esp_bt_device.h:81
const
uint8_t
*
esp_bt_dev_get_address
(
void
)
;
Implemented in
esp_bt_device.c:31
Return value
bluetooth device address (six bytes), or NULL if bluetooth stack is not enabled
Examples
esp_bt_dev_get_address()
is referenced by 14 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