ESP-IDF
bt_mesh_provisioner_delete_node_with_uuid()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_provisioner_delete_node_with_uuid()
bt_mesh_provisioner_delete_node_with_uuid() function
Syntax
Show:
Summary
Declaration
from
pvnr_mgmt.h:72
int
bt_mesh_provisioner_delete_node_with_uuid
(
const
uint8_t
uuid
[
16
]
)
;
Arguments
Argument
uuid
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_provisioner_delete_node_with_uuid
(
const
uint8_t
uuid
[
16
]
)
pvnr_mgmt.c:507
int
bt_mesh_provisioner_delete_node_with_uuid
(
const
uint8_t
uuid
[
16
]
)
;
pvnr_mgmt.h:72
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()
Call Tree
from
examples
bt_mesh_provisioner_delete_node_with_uuid()
is called by 1 function and calls 5 functions:
btc_ble_mesh_prov_call_handler()
All items filtered out
bt_mesh_provisioner_delete_node_with_uuid()
esp_log_timestamp()
esp_log_write()
bt_hex()
provisioner_remove_node()
provisioner_find_node_with_uuid()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_delete_node_with_uuid()
reads 1 variable:
esp_log_level_t::ESP_LOG_WARN
All items filtered out
bt_mesh_provisioner_delete_node_with_uuid()
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