ESP-IDF
bt_mesh_provisioner_get_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_get_node_with_uuid()
bt_mesh_provisioner_get_node_with_uuid() function
Syntax
Show:
Summary
Declaration
from
pvnr_mgmt.h:68
struct
bt_mesh_node
*
bt_mesh_provisioner_get_node_with_uuid
(
const
uint8_t
uuid
[
16
]
)
;
Arguments
Argument
uuid
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_node
*
bt_mesh_provisioner_get_node_with_uuid
(
const
uint8_t
uuid
[
16
]
)
pvnr_mgmt.c:497
struct
bt_mesh_node
*
bt_mesh_provisioner_get_node_with_uuid
(
const
uint8_t
uuid
[
16
]
)
;
pvnr_mgmt.h:68
return
(
esp_ble_mesh_node_t
*
)
bt_mesh_provisioner_get_node_with_uuid
(
uuid
)
;
btc_ble_mesh_prov.c:882
btc_ble_mesh_provisioner_get_node_with_uuid()
if
(
bt_mesh_provisioner_get_node_with_uuid
(
uuid
)
)
{
prov_pvnr.c:258
is_unprov_dev_being_provision()
if
(
bt_mesh_provisioner_get_node_with_uuid
(
uuid
)
)
{
prov_pvnr.c:339
provisioner_check_unprov_dev_info()
if
(
bt_mesh_provisioner_get_node_with_uuid
(
add_dev
->
uuid
)
==
NULL
&&
prov_pvnr.c:533
bt_mesh_provisioner_add_unprov_dev()
if
(
bt_mesh_provisioner_get_node_with_uuid
(
add_dev
->
uuid
)
==
NULL
)
{
prov_pvnr.c:592
bt_mesh_provisioner_add_unprov_dev()
if
(
bt_mesh_provisioner_get_node_with_uuid
(
uuid
)
==
NULL
)
{
prov_pvnr.c:678
bt_mesh_provisioner_prov_device_with_addr()
node
=
bt_mesh_provisioner_get_node_with_uuid
(
link
->
uuid
)
;
prov_pvnr.c:2017
send_prov_data()
Call Tree
from
examples
bt_mesh_provisioner_get_node_with_uuid()
is called by 6 functions and calls 1 function:
btc_ble_mesh_provisioner_get_node_with_uuid()
is_unprov_dev_being_provision()
provisioner_check_unprov_dev_info()
bt_mesh_provisioner_add_unprov_dev()
bt_mesh_provisioner_prov_device_with_addr()
send_prov_data()
All items filtered out
bt_mesh_provisioner_get_node_with_uuid()
provisioner_find_node_with_uuid()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_get_node_with_uuid()
:
All items filtered out
bt_mesh_provisioner_get_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