Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c189 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_lightness_status)); in light_status()
210 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_lightness_linear_status)); in light_status()
231 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_lightness_last_status)); in light_status()
247 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_lightness_default_status)); in light_status()
263 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_lightness_range_status)); in light_status()
281 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_ctl_status)); in light_status()
304 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_ctl_temperature_status)); in light_status()
327 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_ctl_temperature_range_status)); in light_status()
345 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_ctl_default_status)); in light_status()
363 status = bt_mesh_calloc(sizeof(struct bt_mesh_light_hsl_status)); in light_status()
[all …]
Dgeneric_client.c180 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_onoff_status)); in generic_status()
201 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_level_status)); in generic_status()
222 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_def_trans_time_status)); in generic_status()
238 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_onpowerup_status)); in generic_status()
254 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_power_level_status)); in generic_status()
275 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_power_last_status)); in generic_status()
291 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_power_default_status)); in generic_status()
307 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_power_range_status)); in generic_status()
325 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_battery_status)); in generic_status()
347 status = bt_mesh_calloc(sizeof(struct bt_mesh_gen_loc_global_status)); in generic_status()
[all …]
Dtime_scene_client.c134 status = bt_mesh_calloc(sizeof(struct bt_mesh_time_status)); in time_scene_status()
157 status = bt_mesh_calloc(sizeof(struct bt_mesh_time_zone_status)); in time_scene_status()
176 status = bt_mesh_calloc(sizeof(struct bt_mesh_tai_utc_delta_status)); in time_scene_status()
199 status = bt_mesh_calloc(sizeof(struct bt_mesh_time_role_status)); in time_scene_status()
215 status = bt_mesh_calloc(sizeof(struct bt_mesh_scene_status)); in time_scene_status()
233 status = bt_mesh_calloc(sizeof(struct bt_mesh_scene_register_status)); in time_scene_status()
257 status = bt_mesh_calloc(sizeof(struct bt_mesh_scheduler_status)); in time_scene_status()
273 status = bt_mesh_calloc(sizeof(struct bt_mesh_scheduler_act_status)); in time_scene_status()
647 internal = bt_mesh_calloc(sizeof(time_scene_internal_data_t)); in time_scene_client_init()
Dsensor_client.c114 status = bt_mesh_calloc(sizeof(struct bt_mesh_sensor_descriptor_status)); in sensor_status()
132 status = bt_mesh_calloc(sizeof(struct bt_mesh_sensor_cadence_status)); in sensor_status()
151 status = bt_mesh_calloc(sizeof(struct bt_mesh_sensor_settings_status)); in sensor_status()
170 status = bt_mesh_calloc(sizeof(struct bt_mesh_sensor_setting_status)); in sensor_status()
194 status = bt_mesh_calloc(sizeof(struct bt_mesh_sensor_status)); in sensor_status()
212 status = bt_mesh_calloc(sizeof(struct bt_mesh_sensor_column_status)); in sensor_status()
231 status = bt_mesh_calloc(sizeof(struct bt_mesh_sensor_series_status)); in sensor_status()
591 internal = bt_mesh_calloc(sizeof(sensor_internal_data_t)); in sensor_client_init()
Dclient_common.c307 node = (bt_mesh_client_node_t *)bt_mesh_calloc(sizeof(bt_mesh_client_node_t)); in bt_mesh_client_send_msg()
392 data = bt_mesh_calloc(sizeof(bt_mesh_client_internal_data_t)); in bt_mesh_client_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c29 IRAM_ATTR void *bt_mesh_calloc(size_t size) in bt_mesh_calloc() function
52 buf = (struct net_buf_simple *)bt_mesh_calloc(sizeof(struct net_buf_simple) + size); in bt_mesh_alloc_buf()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_common.h32 void *bt_mesh_calloc(size_t size);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dserver_common.c175 work->_reserved = bt_mesh_calloc(sizeof(struct bt_mesh_msg_ctx)); in bt_mesh_server_alloc_ctx()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_ble.c33 p_dst_data->scan_ble_adv_pkt.data = bt_mesh_calloc(p_src_data->scan_ble_adv_pkt.length); in btc_ble_mesh_ble_copy_req_data()
Dbtc_ble_mesh_prov.c117 …dst->proxy_client_add_filter_addr.addr = (uint16_t *)bt_mesh_calloc(src->proxy_client_add_filter_a… in btc_ble_mesh_prov_arg_deep_copy()
126 …dst->proxy_client_remove_filter_addr.addr = bt_mesh_calloc(src->proxy_client_remove_filter_addr.ad… in btc_ble_mesh_prov_arg_deep_copy()
135 dst->store_node_comp_data.data = bt_mesh_calloc(src->store_node_comp_data.length); in btc_ble_mesh_prov_arg_deep_copy()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.c96 sub = bt_mesh_calloc(sizeof(struct bt_mesh_subnet)); in bt_mesh_provisioner_net_create()
273 mesh_nodes[i] = bt_mesh_calloc(sizeof(struct bt_mesh_node)); in provisioner_store_node()
681 node->comp_data = bt_mesh_calloc(length); in store_node_comp_data()
992 key = bt_mesh_calloc(sizeof(struct bt_mesh_app_key)); in bt_mesh_provisioner_local_app_key_add()
1258 sub = bt_mesh_calloc(sizeof(struct bt_mesh_subnet)); in bt_mesh_provisioner_local_net_key_add()
Dprovisioner_prov.c1897 link[idx].auth = (uint8_t *)bt_mesh_calloc(PROV_AUTH_VAL_SIZE);
2010 link[idx].conf_salt = (uint8_t *)bt_mesh_calloc(PROV_CONF_SALT_SIZE);
2016 link[idx].conf_key = (uint8_t *)bt_mesh_calloc(PROV_CONF_KEY_SIZE);
2036 link[idx].rand = bt_mesh_calloc(PROV_RANDOM_SIZE);
2059 link[idx].local_conf = bt_mesh_calloc(PROV_CONFIRM_SIZE);
2181 link[idx].dhkey = (uint8_t *)bt_mesh_calloc(PROV_DH_KEY_SIZE);
2350 link[idx].conf = (uint8_t *)bt_mesh_calloc(PROV_CONFIRM_SIZE);
2589 link[idx].prov_salt = (uint8_t *)bt_mesh_calloc(PROV_PROV_SALT_SIZE);
2796 link[idx].conf_inputs = (uint8_t *)bt_mesh_calloc(PROV_CONF_INPUTS_SIZE);
3245 link[idx].conf_inputs = (uint8_t *)bt_mesh_calloc(PROV_CONF_INPUTS_SIZE);
Dhealth_cli.c328 internal = bt_mesh_calloc(sizeof(health_internal_data_t)); in health_cli_init()
Dsettings.c919 bt_mesh.p_sub[i] = bt_mesh_calloc(sizeof(struct bt_mesh_subnet)); in p_subnet_alloc()
938 bt_mesh.p_app_keys[i] = bt_mesh_calloc(sizeof(struct bt_mesh_app_key)); in p_appkey_alloc()
Dcfg_cli.c1268 internal = bt_mesh_calloc(sizeof(config_internal_data_t)); in cfg_cli_init()