Home
last modified time | relevance | path

Searched refs:provisioner_find_node_with_addr (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.c443 static struct bt_mesh_node *provisioner_find_node_with_addr(uint16_t addr, uint16_t *index) in provisioner_find_node_with_addr() function
477 node = provisioner_find_node_with_addr(addr, NULL); in bt_mesh_provisioner_restore_node_name()
496 return provisioner_find_node_with_addr(unicast_addr, NULL); in bt_mesh_provisioner_get_node_with_addr()
519 node = provisioner_find_node_with_addr(unicast_addr, &index); in bt_mesh_provisioner_delete_node_with_node_addr()
675 node = provisioner_find_node_with_addr(addr, NULL); in store_node_comp_data()