Home
last modified time | relevance | path

Searched refs:bt_mesh_model_op (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dgeneric_client.h28 extern const struct bt_mesh_model_op bt_mesh_gen_onoff_cli_op[];
62 extern const struct bt_mesh_model_op bt_mesh_gen_level_cli_op[];
112 extern const struct bt_mesh_model_op bt_mesh_gen_def_trans_time_cli_op[];
140 extern const struct bt_mesh_model_op bt_mesh_gen_power_onoff_cli_op[];
167 extern const struct bt_mesh_model_op bt_mesh_gen_power_level_cli_op[];
224 extern const struct bt_mesh_model_op bt_mesh_gen_battery_cli_op[];
250 extern const struct bt_mesh_model_op bt_mesh_gen_location_cli_op[];
297 extern const struct bt_mesh_model_op bt_mesh_gen_property_cli_op[];
Dlighting_client.h28 extern const struct bt_mesh_model_op bt_mesh_light_lightness_cli_op[];
100 extern const struct bt_mesh_model_op bt_mesh_light_ctl_cli_op[];
179 extern const struct bt_mesh_model_op bt_mesh_light_hsl_cli_op[];
281 extern const struct bt_mesh_model_op bt_mesh_light_xyl_cli_op[];
353 extern const struct bt_mesh_model_op bt_mesh_light_lc_cli_op[];
Dtime_scene_client.h28 extern const struct bt_mesh_model_op bt_mesh_time_cli_op[];
98 extern const struct bt_mesh_model_op bt_mesh_scene_cli_op[];
147 extern const struct bt_mesh_model_op bt_mesh_scheduler_cli_op[];
Dsensor_client.h24 extern const struct bt_mesh_model_op bt_mesh_sensor_cli_op[];
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1130 extern const struct bt_mesh_model_op bt_mesh_cfg_srv_op[];
1133 extern const struct bt_mesh_model_op bt_mesh_cfg_cli_op[];
1139 extern const struct bt_mesh_model_op bt_mesh_health_srv_op[];
1143 extern const struct bt_mesh_model_op bt_mesh_health_cli_op[];
1149 extern const struct bt_mesh_model_op bt_mesh_gen_onoff_cli_op[];
1150 extern const struct bt_mesh_model_op bt_mesh_gen_level_cli_op[];
1151 extern const struct bt_mesh_model_op bt_mesh_gen_def_trans_time_cli_op[];
1152 extern const struct bt_mesh_model_op bt_mesh_gen_power_onoff_cli_op[];
1153 extern const struct bt_mesh_model_op bt_mesh_gen_power_level_cli_op[];
1154 extern const struct bt_mesh_model_op bt_mesh_gen_battery_cli_op[];
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h171 struct bt_mesh_model_op { struct
189 #define BLE_MESH_MODEL_NO_OPS ((struct bt_mesh_model_op []) \ argument
482 const struct bt_mesh_model_op *const op;
Dhealth_cli.h31 extern const struct bt_mesh_model_op bt_mesh_health_cli_op[];
Dhealth_srv.h77 extern const struct bt_mesh_model_op bt_mesh_health_srv_op[];
Dcfg_srv.h65 extern const struct bt_mesh_model_op bt_mesh_cfg_srv_op[];
Dcfg_cli.h31 extern const struct bt_mesh_model_op bt_mesh_cfg_cli_op[];
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dgeneric_client.c636 const struct bt_mesh_model_op bt_mesh_gen_onoff_cli_op[] = {
641 const struct bt_mesh_model_op bt_mesh_gen_level_cli_op[] = {
646 const struct bt_mesh_model_op bt_mesh_gen_def_trans_time_cli_op[] = {
651 const struct bt_mesh_model_op bt_mesh_gen_power_onoff_cli_op[] = {
656 const struct bt_mesh_model_op bt_mesh_gen_power_level_cli_op[] = {
664 const struct bt_mesh_model_op bt_mesh_gen_battery_cli_op[] = {
669 const struct bt_mesh_model_op bt_mesh_gen_location_cli_op[] = {
675 const struct bt_mesh_model_op bt_mesh_gen_property_cli_op[] = {
Dtime_scene_client.c349 const struct bt_mesh_model_op bt_mesh_time_cli_op[] = {
357 const struct bt_mesh_model_op bt_mesh_scene_cli_op[] = {
363 const struct bt_mesh_model_op bt_mesh_scheduler_cli_op[] = {
Dlighting_client.c726 const struct bt_mesh_model_op bt_mesh_light_lightness_cli_op[] = {
735 const struct bt_mesh_model_op bt_mesh_light_ctl_cli_op[] = {
743 const struct bt_mesh_model_op bt_mesh_light_hsl_cli_op[] = {
753 const struct bt_mesh_model_op bt_mesh_light_xyl_cli_op[] = {
761 const struct bt_mesh_model_op bt_mesh_light_lc_cli_op[] = {
Dsensor_client.c341 const struct bt_mesh_model_op bt_mesh_sensor_cli_op[] = {
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c2215 const struct bt_mesh_model_op bt_mesh_gen_onoff_srv_op[] = {
2223 const struct bt_mesh_model_op bt_mesh_gen_level_srv_op[] = {
2235 const struct bt_mesh_model_op bt_mesh_gen_def_trans_time_srv_op[] = {
2243 const struct bt_mesh_model_op bt_mesh_gen_power_onoff_srv_op[] = {
2249 const struct bt_mesh_model_op bt_mesh_gen_power_onoff_setup_srv_op[] = {
2256 const struct bt_mesh_model_op bt_mesh_gen_power_level_srv_op[] = {
2267 const struct bt_mesh_model_op bt_mesh_gen_power_level_setup_srv_op[] = {
2276 const struct bt_mesh_model_op bt_mesh_gen_battery_srv_op[] = {
2282 const struct bt_mesh_model_op bt_mesh_gen_location_srv_op[] = {
2289 const struct bt_mesh_model_op bt_mesh_gen_location_setup_srv_op[] = {
[all …]
Dtime_scene_server.c1157 const struct bt_mesh_model_op bt_mesh_time_srv_op[] = {
1166 const struct bt_mesh_model_op bt_mesh_time_setup_srv_op[] = {
1176 const struct bt_mesh_model_op bt_mesh_scene_srv_op[] = {
1185 const struct bt_mesh_model_op bt_mesh_scene_setup_srv_op[] = {
1194 const struct bt_mesh_model_op bt_mesh_scheduler_srv_op[] = {
1201 const struct bt_mesh_model_op bt_mesh_scheduler_setup_srv_op[] = {
Dlighting_server.c2866 const struct bt_mesh_model_op bt_mesh_light_lightness_srv_op[] = {
2880 const struct bt_mesh_model_op bt_mesh_light_lightness_setup_srv_op[] = {
2889 const struct bt_mesh_model_op bt_mesh_light_ctl_srv_op[] = {
2899 const struct bt_mesh_model_op bt_mesh_light_ctl_setup_srv_op[] = {
2908 const struct bt_mesh_model_op bt_mesh_light_ctl_temp_srv_op[] = {
2916 const struct bt_mesh_model_op bt_mesh_light_hsl_srv_op[] = {
2927 const struct bt_mesh_model_op bt_mesh_light_hsl_setup_srv_op[] = {
2936 const struct bt_mesh_model_op bt_mesh_light_hsl_hue_srv_op[] = {
2944 const struct bt_mesh_model_op bt_mesh_light_hsl_sat_srv_op[] = {
2952 const struct bt_mesh_model_op bt_mesh_light_xyl_srv_op[] = {
[all …]
Dsensor_server.c984 const struct bt_mesh_model_op bt_mesh_sensor_srv_op[] = {
993 const struct bt_mesh_model_op bt_mesh_sensor_setup_srv_op[] = {
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Daccess.c562 static const struct bt_mesh_model_op *find_op(struct bt_mesh_model *models, in find_op()
569 const struct bt_mesh_model_op *op; in find_op()
642 const struct bt_mesh_model_op *op = NULL; in bt_mesh_model_recv()
Dhealth_cli.c228 const struct bt_mesh_model_op bt_mesh_health_cli_op[] = {
Dhealth_srv.c327 const struct bt_mesh_model_op bt_mesh_health_srv_op[] = {
Dcfg_cli.c651 const struct bt_mesh_model_op bt_mesh_cfg_cli_op[] = {
Dcfg_srv.c3283 const struct bt_mesh_model_op bt_mesh_cfg_srv_op[] = {