Home
last modified time | relevance | path

Searched refs:bt_mesh_model_cb (Results 1 – 22 of 22) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c1131 extern const struct bt_mesh_model_cb bt_mesh_cfg_srv_cb;
1134 extern const struct bt_mesh_model_cb bt_mesh_cfg_cli_cb;
1140 extern const struct bt_mesh_model_cb bt_mesh_health_srv_cb;
1144 extern const struct bt_mesh_model_cb bt_mesh_health_cli_cb;
1157 extern const struct bt_mesh_model_cb bt_mesh_generic_client_cb;
1167 extern const struct bt_mesh_model_cb bt_mesh_lighting_client_cb;
1173 extern const struct bt_mesh_model_cb bt_mesh_sensor_client_cb;
1181 extern const struct bt_mesh_model_cb bt_mesh_time_scene_client_cb;
1200 extern const struct bt_mesh_model_cb bt_mesh_gen_onoff_srv_cb;
1201 extern const struct bt_mesh_model_cb bt_mesh_gen_level_srv_cb;
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_cli.h32 extern const struct bt_mesh_model_cb bt_mesh_health_cli_cb;
Dhealth_srv.h78 extern const struct bt_mesh_model_cb bt_mesh_health_srv_cb;
Dmesh_access.h423 struct bt_mesh_model_cb { struct
485 const struct bt_mesh_model_cb *const cb;
Dcfg_srv.h66 extern const struct bt_mesh_model_cb bt_mesh_cfg_srv_cb;
Dcfg_cli.h32 extern const struct bt_mesh_model_cb bt_mesh_cfg_cli_cb;
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dsensor_client.h21 extern const struct bt_mesh_model_cb bt_mesh_sensor_client_cb;
Dtime_scene_client.h25 extern const struct bt_mesh_model_cb bt_mesh_time_scene_client_cb;
Dgeneric_client.h25 extern const struct bt_mesh_model_cb bt_mesh_generic_client_cb;
Dlighting_client.h25 extern const struct bt_mesh_model_cb bt_mesh_lighting_client_cb;
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c2817 const struct bt_mesh_model_cb bt_mesh_gen_onoff_srv_cb = {
2824 const struct bt_mesh_model_cb bt_mesh_gen_level_srv_cb = {
2831 const struct bt_mesh_model_cb bt_mesh_gen_def_trans_time_srv_cb = {
2838 const struct bt_mesh_model_cb bt_mesh_gen_power_onoff_srv_cb = {
2845 const struct bt_mesh_model_cb bt_mesh_gen_power_onoff_setup_srv_cb = {
2852 const struct bt_mesh_model_cb bt_mesh_gen_power_level_srv_cb = {
2859 const struct bt_mesh_model_cb bt_mesh_gen_power_level_setup_srv_cb = {
2866 const struct bt_mesh_model_cb bt_mesh_gen_battery_srv_cb = {
2873 const struct bt_mesh_model_cb bt_mesh_gen_location_srv_cb = {
2880 const struct bt_mesh_model_cb bt_mesh_gen_location_setup_srv_cb = {
[all …]
Dtime_scene_server.c1510 const struct bt_mesh_model_cb bt_mesh_time_srv_cb = {
1517 const struct bt_mesh_model_cb bt_mesh_time_setup_srv_cb = {
1524 const struct bt_mesh_model_cb bt_mesh_scene_srv_cb = {
1531 const struct bt_mesh_model_cb bt_mesh_scene_setup_srv_cb = {
1538 const struct bt_mesh_model_cb bt_mesh_scheduler_srv_cb = {
1545 const struct bt_mesh_model_cb bt_mesh_scheduler_setup_srv_cb = {
Dlighting_server.c3568 const struct bt_mesh_model_cb bt_mesh_light_lightness_srv_cb = {
3575 const struct bt_mesh_model_cb bt_mesh_light_lightness_setup_srv_cb = {
3582 const struct bt_mesh_model_cb bt_mesh_light_ctl_srv_cb = {
3589 const struct bt_mesh_model_cb bt_mesh_light_ctl_setup_srv_cb = {
3596 const struct bt_mesh_model_cb bt_mesh_light_ctl_temp_srv_cb = {
3603 const struct bt_mesh_model_cb bt_mesh_light_hsl_srv_cb = {
3610 const struct bt_mesh_model_cb bt_mesh_light_hsl_setup_srv_cb = {
3617 const struct bt_mesh_model_cb bt_mesh_light_hsl_hue_srv_cb = {
3624 const struct bt_mesh_model_cb bt_mesh_light_hsl_sat_srv_cb = {
3631 const struct bt_mesh_model_cb bt_mesh_light_xyl_srv_cb = {
[all …]
Dsensor_server.c1158 const struct bt_mesh_model_cb bt_mesh_sensor_srv_cb = {
1165 const struct bt_mesh_model_cb bt_mesh_sensor_setup_srv_cb = {
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c382 const struct bt_mesh_model_cb bt_mesh_health_cli_cb = {
Dhealth_srv.c505 const struct bt_mesh_model_cb bt_mesh_health_srv_cb = {
Dcfg_cli.c1328 const struct bt_mesh_model_cb bt_mesh_cfg_cli_cb = {
Dcfg_srv.c3459 const struct bt_mesh_model_cb bt_mesh_cfg_srv_cb = {
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c699 const struct bt_mesh_model_cb bt_mesh_time_scene_client_cb = {
Dsensor_client.c643 const struct bt_mesh_model_cb bt_mesh_sensor_client_cb = {
Dgeneric_client.c1203 const struct bt_mesh_model_cb bt_mesh_generic_client_cb = {
Dlighting_client.c1393 const struct bt_mesh_model_cb bt_mesh_lighting_client_cb = {