ESP-IDF
esp_ble_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
esp_ble_mesh_provisioner_get_node_with_uuid()
esp_ble_mesh_provisioner_get_node_with_uuid() function
This function is called to get the provisioned node information with the node device uuid.
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_networking_api.h:236
esp_ble_mesh_node_t
*
esp_ble_mesh_provisioner_get_node_with_uuid
(
const
uint8_t
uuid
[
16
]
)
;
Arguments
Argument
Description
uuid
Device UUID of the node
Return value
Pointer of the node info struct or NULL on failure.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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