Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.h39 uint8_t *comp_data; /* Value of Composition Data */ member
Dprovisioner_main.c379 if (mesh_nodes[index]->comp_data) { in provisioner_remove_node()
380 bt_mesh_free(mesh_nodes[index]->comp_data); in provisioner_remove_node()
681 node->comp_data = bt_mesh_calloc(length); in store_node_comp_data()
682 if (node->comp_data == NULL) { in store_node_comp_data()
687 memcpy(node->comp_data, data, length); in store_node_comp_data()
Dcfg_cli.c221 bt_mesh_free_buf(val->comp_data); in cfg_client_recv_status()
262 status.comp_data = bt_mesh_alloc_buf(buf->len); in comp_data_status()
263 if (!status.comp_data) { in comp_data_status()
268 net_buf_simple_add_mem(status.comp_data, buf->data, buf->len); in comp_data_status()
Dsettings.c2613 if (!node || !node->comp_data || node->comp_length == 0U) { in bt_mesh_store_node_comp_data()
2619 err = bt_mesh_save_core_settings(name, (const uint8_t *)node->comp_data, node->comp_length); in bt_mesh_store_node_comp_data()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_cli.h143 struct net_buf_simple *comp_data; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h761 uint8_t *comp_data; /*!< Value of Composition Data */ member