Searched refs:store_node_comp_data (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 110 dst->store_node_comp_data.data = bt_mesh_calloc(src->store_node_comp_data.length); in btc_ble_mesh_prov_arg_deep_copy() 111 if (dst->store_node_comp_data.data) { in btc_ble_mesh_prov_arg_deep_copy() 112 …memcpy(dst->store_node_comp_data.data, src->store_node_comp_data.data, src->store_node_comp_data.l… in btc_ble_mesh_prov_arg_deep_copy() 146 if (arg->store_node_comp_data.data) { in btc_ble_mesh_prov_arg_deep_free() 147 bt_mesh_free(arg->store_node_comp_data.data); in btc_ble_mesh_prov_arg_deep_free() 2054 param.provisioner_store_node_comp_data_comp.addr = arg->store_node_comp_data.unicast_addr; in btc_ble_mesh_prov_call_handler() 2056 bt_mesh_provisioner_store_node_comp_data(arg->store_node_comp_data.unicast_addr, in btc_ble_mesh_prov_call_handler() 2057 arg->store_node_comp_data.data, arg->store_node_comp_data.length); in btc_ble_mesh_prov_call_handler()
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_networking_api.c | 312 arg.store_node_comp_data.unicast_addr = unicast_addr; in esp_ble_mesh_provisioner_store_node_comp_data() 313 arg.store_node_comp_data.length = length; in esp_ble_mesh_provisioner_store_node_comp_data() 314 arg.store_node_comp_data.data = data; in esp_ble_mesh_provisioner_store_node_comp_data()
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/include/ |
D | btc_ble_mesh_prov.h | 213 } store_node_comp_data; member
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/ |
D | provisioner_main.c | 661 static int store_node_comp_data(uint16_t addr, const uint8_t *data, uint16_t length, bool store) in store_node_comp_data() function 699 return store_node_comp_data(addr, data, length, true); in bt_mesh_provisioner_store_node_comp_data() 704 return store_node_comp_data(addr, data, length, false); in bt_mesh_provisioner_restore_node_comp_data()
|