ESP-IDF
remove_bond_device_args::bd_addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
remove_bond_device_args::bd_addr
remove_bond_device_args::bd_addr field
Syntax
Show:
Summary
Declaration
from
btc_gap_ble.h:250
esp_bd_addr_t
bd_addr
;
Examples
References
from
examples
Code
Location
Referrer
esp_bd_addr_t
bd_addr
;
btc_gap_ble.h:250
memcpy
(
bd_addr
,
arg
->
remove_bond_device
.
bd_addr
,
sizeof
(
BD_ADDR
)
)
;
btc_gap_ble.c:2153
btc_gap_ble_call_handler()
memcpy
(
arg
.
remove_bond_device
.
bd_addr
,
bd_addr
,
ESP_BD_ADDR_LEN
)
;
esp_gap_ble_api.c:789
esp_ble_remove_bond_device()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
remove_bond_device_args::bd_addr
is read by 2 functions:
All items filtered out
remove_bond_device_args::bd_addr
esp_ble_remove_bond_device()
btc_gap_ble_call_handler()
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