esp_ble_mesh_provisioner_get_node_name() function
This function is called to get the node (provisioned device) name.
Syntax
const char *esp_ble_mesh_provisioner_get_node_name(uint16_t index); Arguments
index
Index of the node in the node queue.
Return value
Node name on success, or NULL on failure.
Notes
index is obtained from the parameters of ESP_BLE_MESH_PROVISIONER_PROV_COMPLETE_EVT.
Examples
esp_ble_mesh_provisioner_get_node_name() is referenced by 5 libraries and example projects: