Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.h21 struct bt_mesh_node { struct
54 int bt_mesh_provisioner_restore_node_info(struct bt_mesh_node *node); argument
68 struct bt_mesh_node *bt_mesh_provisioner_get_node_with_uuid(const uint8_t uuid[16]);
70 struct bt_mesh_node *bt_mesh_provisioner_get_node_with_addr(uint16_t unicast_addr);
84 struct bt_mesh_node *bt_mesh_provisioner_get_node_with_name(const char *name);
86 const struct bt_mesh_node **bt_mesh_provisioner_get_node_table_entry(void);
139 int bt_mesh_provisioner_store_node_info(struct bt_mesh_node *node);
Dsettings.h56 void bt_mesh_store_node_info(struct bt_mesh_node *node);
58 void bt_mesh_store_node_name(struct bt_mesh_node *node);
59 void bt_mesh_store_node_comp_data(struct bt_mesh_node *node);
Dprovisioner_main.c25 static struct bt_mesh_node *mesh_nodes[CONFIG_BLE_MESH_MAX_PROV_NODES];
200 struct bt_mesh_node *node = NULL; in bt_mesh_provisioner_check_is_addr_dup()
256 static int provisioner_store_node(struct bt_mesh_node *node, bool store, uint16_t *index) in provisioner_store_node()
273 mesh_nodes[i] = bt_mesh_calloc(sizeof(struct bt_mesh_node)); in provisioner_store_node()
280 memcpy(mesh_nodes[i], node, sizeof(struct bt_mesh_node)); in provisioner_store_node()
300 int bt_mesh_provisioner_restore_node_info(struct bt_mesh_node *node) in bt_mesh_provisioner_restore_node_info()
316 struct bt_mesh_node node = {0}; in bt_mesh_provisioner_provision()
346 struct bt_mesh_node *node = NULL; in provisioner_remove_node()
391 static struct bt_mesh_node *provisioner_find_node_with_uuid(const uint8_t uuid[16], uint16_t *index) in provisioner_find_node_with_uuid()
420 struct bt_mesh_node *node = NULL; in bt_mesh_provisioner_remove_node()
[all …]
Dsettings.c1081 struct bt_mesh_node node = {0}; in node_info_set()
2518 void bt_mesh_store_node_info(struct bt_mesh_node *node) in bt_mesh_store_node_info()
2588 void bt_mesh_store_node_name(struct bt_mesh_node *node) in bt_mesh_store_node_name()
2608 void bt_mesh_store_node_comp_data(struct bt_mesh_node *node) in bt_mesh_store_node_comp_data()
Dprovisioner_prov.c2384 struct bt_mesh_node *node = NULL;