ESP-IDF
btc_ble_mesh_prov_args_t::delete_node_with_uuid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
btc_ble_mesh_prov_args_t::delete_node_with_uuid
btc_ble_mesh_prov_args_t::delete_node_with_uuid field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:221
struct
ble_mesh_provisioner_delete_node_with_uuid_args
{
uint8_t
uuid
[
16
]
;
}
delete_node_with_uuid
;
Examples
References
from
examples
Code
Location
Referrer
}
delete_node_with_uuid
;
btc_ble_mesh_prov.h:223
memcpy
(
param
.
provisioner_delete_node_with_uuid_comp
.
uuid
,
arg
->
delete_node_with_uuid
.
uuid
,
16
)
;
btc_ble_mesh_prov.c:2576
btc_ble_mesh_prov_call_handler()
bt_mesh_provisioner_delete_node_with_uuid
(
arg
->
delete_node_with_uuid
.
uuid
)
;
btc_ble_mesh_prov.c:2578
btc_ble_mesh_prov_call_handler()
memcpy
(
arg
.
delete_node_with_uuid
.
uuid
,
uuid
,
16
)
;
esp_ble_mesh_networking_api.c:373
esp_ble_mesh_provisioner_delete_node_with_uuid()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_prov_args_t::delete_node_with_uuid
is read by 2 functions:
All items filtered out
btc_ble_mesh_prov_args_t::delete_node_with_uuid
esp_ble_mesh_provisioner_delete_node_with_uuid()
btc_ble_mesh_prov_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