Home
last modified time | relevance | path

Searched refs:bt_mesh_model_send (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_srv.c148 if (bt_mesh_model_send(model, ctx, sdu, NULL, NULL)) { in dev_comp_data_get()
476 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in app_key_add()
511 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in app_key_update()
596 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in app_key_del()
666 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in app_key_get()
684 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in beacon_get()
724 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in beacon_set()
742 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in default_ttl_get()
776 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in default_ttl_set()
789 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in send_gatt_proxy_status()
[all …]
Dhealth_srv.c114 err = bt_mesh_model_send(model, ctx, msg, NULL, NULL); in health_send_fault_status()
235 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in send_attention_status()
283 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in send_health_period_status()
Daccess.c797 int bt_mesh_model_send(struct bt_mesh_model *model, in bt_mesh_model_send() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c86 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_gen_onoff_status()
267 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_gen_level_status()
682 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_gen_def_trans_time_status()
805 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_gen_onpowerup_status()
989 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_gen_power_level_status()
1319 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, &msg, NULL, NULL)); in gen_battery_get()
1390 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_gen_location_status()
1615 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_gen_user_prop_status()
1669 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in gen_user_prop_get()
1814 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_gen_admin_prop_status()
[all …]
Dsensor_server.c87 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_sensor_descriptor_status()
177 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_sensor_data_status()
275 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_sensor_cadence_status()
327 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_sensor_settings_status()
418 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_sensor_setting_status()
496 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_sensor_column_status()
571 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_sensor_series_status()
Dtime_scene_server.c146 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_time_status()
480 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_scene_status()
535 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_scene_register_status()
985 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, &msg, NULL, NULL)); in send_scheduler_act_status()
1011 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, &msg, NULL, NULL)); in scheduler_get()
Dlighting_server.c135 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_light_lightness_status()
636 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_light_ctl_status()
1222 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_light_hsl_status()
1894 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_light_xyl_status()
2271 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_light_lc_status()
2764 BLE_MESH_CHECK_SEND_STATUS(bt_mesh_model_send(model, ctx, msg, NULL, NULL)); in send_light_lc_prop_status()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c289 err = bt_mesh_model_send(param->model, &param->ctx, msg, param->cb, param->cb_data); in bt_mesh_client_send_msg()
339 err = bt_mesh_model_send(param->model, &param->ctx, msg, &send_cb, node); in bt_mesh_client_send_msg()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h515 int bt_mesh_model_send(struct bt_mesh_model *model,
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c2371 err = bt_mesh_model_send((struct bt_mesh_model *)arg->model_send.model, in btc_ble_mesh_model_call_handler()