ESP-IDF
btc_ble_gap_args_t::remove_bond_device
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_ble_gap_args_t::remove_bond_device
btc_ble_gap_args_t::remove_bond_device field
Syntax
Show:
Summary
Declaration
from
btc_gap_ble.h:249
struct
remove_bond_device_args
{
esp_bd_addr_t
bd_addr
;
}
remove_bond_device
;
Examples
References
from
examples
Code
Location
Referrer
}
remove_bond_device
;
btc_gap_ble.h:251
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
btc_ble_gap_args_t::remove_bond_device
is read by 2 functions:
All items filtered out
btc_ble_gap_args_t::remove_bond_device
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