Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dgeneric_client.h21 typedef bt_mesh_client_user_data_t bt_mesh_generic_client_t;
44 typedef bt_mesh_client_user_data_t bt_mesh_gen_onoff_client_t;
78 typedef bt_mesh_client_user_data_t bt_mesh_gen_level_client_t;
129 typedef bt_mesh_client_user_data_t bt_mesh_gen_def_trans_time_client_t;
156 typedef bt_mesh_client_user_data_t bt_mesh_gen_power_onoff_client_t;
183 typedef bt_mesh_client_user_data_t bt_mesh_gen_power_level_client_t;
240 typedef bt_mesh_client_user_data_t bt_mesh_gen_battery_client_t;
266 typedef bt_mesh_client_user_data_t bt_mesh_gen_location_client_t;
313 typedef bt_mesh_client_user_data_t bt_mesh_gen_property_client_t;
Dtime_scene_client.h21 typedef bt_mesh_client_user_data_t bt_mesh_time_scene_client_t;
44 typedef bt_mesh_client_user_data_t bt_mesh_time_client_t;
114 typedef bt_mesh_client_user_data_t bt_mesh_scene_client_t;
163 typedef bt_mesh_client_user_data_t bt_mesh_scheduler_client_t;
Dlighting_client.h21 typedef bt_mesh_client_user_data_t bt_mesh_light_client_t;
44 typedef bt_mesh_client_user_data_t bt_mesh_light_lightness_client_t;
116 typedef bt_mesh_client_user_data_t bt_mesh_light_ctl_client_t;
195 typedef bt_mesh_client_user_data_t bt_mesh_light_hsl_client_t;
297 typedef bt_mesh_client_user_data_t bt_mesh_light_xyl_client_t;
369 typedef bt_mesh_client_user_data_t bt_mesh_light_lc_client_t;
Dclient_common.h51 } bt_mesh_client_user_data_t; typedef
Dsensor_client.h40 typedef bt_mesh_client_user_data_t bt_mesh_sensor_client_t;
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c48 bt_mesh_client_user_data_t *cli = NULL; in bt_mesh_is_client_recv_publish_msg()
56 cli = (bt_mesh_client_user_data_t *)model->user_data; in bt_mesh_is_client_recv_publish_msg()
251 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_send_msg()
260 client = (bt_mesh_client_user_data_t *)param->model->user_data; in bt_mesh_client_send_msg()
378 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_init()
385 client = (bt_mesh_client_user_data_t *)model->user_data; in bt_mesh_client_init()
415 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_deinit()
422 client = (bt_mesh_client_user_data_t *)model->user_data; in bt_mesh_client_deinit()
446 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_free_node()
453 client = (bt_mesh_client_user_data_t *)node->ctx.model->user_data; in bt_mesh_client_free_node()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c77 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_get_device_role()
89 client = (bt_mesh_client_user_data_t *)model->user_data; in bt_mesh_get_device_role()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_cli.h28 typedef bt_mesh_client_user_data_t bt_mesh_health_client_t;
Dcfg_cli.h28 typedef bt_mesh_client_user_data_t bt_mesh_config_client_t;