/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/ |
D | sar_cfg_cli.c | 147 err = bt_mesh_model_send(cli->model, &ctx, &msg, NULL, NULL); in bt_mesh_sar_cfg_cli_transmitter_get() 178 err = bt_mesh_model_send(cli->model, &ctx, &msg, NULL, NULL); in bt_mesh_sar_cfg_cli_transmitter_set() 207 err = bt_mesh_model_send(cli->model, &ctx, &msg, NULL, NULL); in bt_mesh_sar_cfg_cli_receiver_get() 238 err = bt_mesh_model_send(cli->model, &ctx, &msg, NULL, NULL); in bt_mesh_sar_cfg_cli_receiver_set()
|
D | health_srv.c | 120 if (bt_mesh_model_send(model, ctx, &sdu, NULL, NULL)) { in health_fault_get() 168 if (bt_mesh_model_send(model, ctx, &sdu, NULL, NULL)) { in health_fault_clear() 223 if (bt_mesh_model_send(model, ctx, &sdu, NULL, NULL)) { in health_fault_test() 246 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in send_attention_status() 303 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in send_health_period_status()
|
D | cfg_srv.c | 81 if (bt_mesh_model_send(model, ctx, &sdu, NULL, NULL)) { in dev_comp_data_get() 297 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in send_app_key_status() 417 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in app_key_get() 436 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in beacon_get() 462 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in beacon_set() 481 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in default_ttl_get() 507 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in default_ttl_set() 522 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in send_gatt_proxy_status() 575 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in net_transmit_get() 599 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in net_transmit_set() [all …]
|
D | priv_beacon_srv.c | 49 bt_mesh_model_send(mod, ctx, &buf, NULL, NULL); in beacon_status_rsp() 100 bt_mesh_model_send(mod, ctx, &buf, NULL, NULL); in gatt_proxy_status_rsp() 147 bt_mesh_model_send(mod, ctx, &buf, NULL, NULL); in node_id_status_rsp()
|
D | sar_cfg_srv.c | 61 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in transmitter_status() 79 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in receiver_status()
|
D | large_comp_data_srv.c | 98 if (bt_mesh_model_send(model, ctx, &rsp, NULL, NULL)) { in handle_large_comp_data_get() 158 if (bt_mesh_model_send(model, ctx, &rsp, NULL, NULL)) { in handle_models_metadata_get()
|
D | sol_pdu_rpl_srv.c | 32 bt_mesh_model_send(mod, ctx, &buf, NULL, NULL); in sol_rpl_status_rsp()
|
D | rpr_cli.c | 434 err = bt_mesh_model_send(cli->mod, &ctx, buf, NULL, NULL); in tx_wait() 549 return bt_mesh_model_send(cli->mod, &ctx, &buf, NULL, NULL); in bt_mesh_rpr_scan_start_ext() 598 return bt_mesh_model_send(cli->mod, &ctx, &buf, NULL, NULL); in link_open_prov() 612 return bt_mesh_model_send(cli->mod, &ctx, &buf, NULL, NULL); in link_open_node() 630 err = bt_mesh_model_send(cli->mod, &ctx, &buf, NULL, NULL); in link_close() 670 err = bt_mesh_model_send(cli->mod, &ctx, buf, &pdu_send_cb, cli); in send()
|
D | rpr_srv.c | 162 bt_mesh_model_send(srv.mod, ctx, &rsp, NULL, NULL); in scan_status_send() 173 bt_mesh_model_send(srv.mod, ctx, &buf, NULL, NULL); in link_status_send() 191 bt_mesh_model_send(srv.mod, &ctx, &buf, NULL, NULL); in link_report_send() 246 err = bt_mesh_model_send(srv.mod, &ctx, &buf, &report_cb, NULL); in scan_report_send() 286 err = bt_mesh_model_send(srv.mod, &ctx, &buf, NULL, NULL); in scan_ext_report_send() 383 bt_mesh_model_send(srv.mod, &ctx, &buf, NULL, NULL); in outbound_pdu_report_send() 408 return bt_mesh_model_send(srv.mod, &ctx, &msg, cb, NULL); in inbound_pdu_send() 546 bt_mesh_model_send(srv.mod, ctx, &rsp, NULL, NULL); in handle_scan_caps_get() 695 bt_mesh_model_send(mod, ctx, &rsp, NULL, NULL); in handle_extended_scan_start() 781 bt_mesh_model_send(mod, ctx, &rsp, NULL, NULL); in handle_extended_scan_start()
|
D | msg.c | 98 return bt_mesh_model_send(model, ctx, buf, NULL, 0); in bt_mesh_msg_send()
|
D | od_priv_proxy_srv.c | 42 bt_mesh_model_send(mod, ctx, &buf, NULL, NULL); in proxy_status_rsp()
|
D | op_agg_srv.c | 103 err = bt_mesh_model_send(model, ctx, srv.ctx.sdu, NULL, NULL); in handle_sequence()
|
D | dfd_srv.c | 112 bt_mesh_model_send(srv->mod, ctx, &buf, NULL, NULL); in receivers_status_rsp() 194 bt_mesh_model_send(srv->mod, ctx, &rsp, NULL, NULL); in handle_receivers_get() 241 bt_mesh_model_send(mod, ctx, &rsp, NULL, NULL); in handle_capabilities_get() 256 bt_mesh_model_send(srv->mod, ctx, &rsp, NULL, NULL); in status_rsp() 268 bt_mesh_model_send(srv->mod, ctx, &rsp, NULL, NULL); in status_rsp() 358 bt_mesh_model_send(srv->mod, ctx, &rsp, NULL, NULL); in upload_status_rsp_with_progress() 375 bt_mesh_model_send(srv->mod, ctx, &rsp, NULL, NULL); in upload_status_rsp_with_progress() 690 bt_mesh_model_send(srv->mod, ctx, &rsp, NULL, NULL); in fw_status_rsp()
|
D | dfu_srv.c | 185 bt_mesh_model_send(mod, ctx, &rsp, NULL, NULL); in handle_info_get() 213 bt_mesh_model_send(mod, ctx, &rsp, NULL, NULL); in handle_metadata_check() 239 bt_mesh_model_send(srv->mod, ctx, &buf, send_cb, srv); in update_status_rsp()
|
D | op_agg_cli.c | 171 err = bt_mesh_model_send(cli.model, &ctx, cli.ctx.sdu, NULL, NULL); in bt_mesh_op_agg_cli_seq_send()
|
D | blob_srv.c | 205 (void)bt_mesh_model_send(srv->mod, &ctx, &buf, &report_cb, srv); in block_report() 350 (void)bt_mesh_model_send(srv->mod, ctx, &buf, NULL, NULL); in xfer_status_rsp() 415 (void)bt_mesh_model_send(srv->mod, ctx, &buf, NULL, NULL); in block_status_rsp() 834 (void)bt_mesh_model_send(srv->mod, ctx, &rsp, NULL, NULL); in handle_info_get()
|
D | dfu_cli.c | 314 err = bt_mesh_model_send(mod, ctx, buf, cb, cli); in tx() 1094 err = bt_mesh_model_send(cli->mod, ctx, &buf, NULL, NULL); in bt_mesh_dfu_cli_cancel() 1221 err = bt_mesh_model_send(cli->mod, ctx, &buf, NULL, NULL); in bt_mesh_dfu_cli_metadata_check() 1244 err = bt_mesh_model_send(cli->mod, ctx, &buf, NULL, NULL); in bt_mesh_dfu_cli_status_get()
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/ |
D | test_op_agg.c | 78 return bt_mesh_model_send(model, ctx, &msg, NULL, NULL); in get_handler() 113 return bt_mesh_model_send(model, ctx, &msg, NULL, NULL); in dummy_vnd_mod_get()
|
D | test_access.c | 388 bt_mesh_model_send(&models[2], &ctx, &msg, NULL, NULL); in test_tx_ext_model() 391 bt_mesh_model_send(&models[3], &ctx, &msg, NULL, NULL); in test_tx_ext_model() 394 bt_mesh_model_send(&models[4], &ctx, &msg, NULL, NULL); in test_tx_ext_model() 397 bt_mesh_model_send(&models[5], &ctx, &msg, NULL, NULL); in test_tx_ext_model() 400 bt_mesh_model_send(&models[6], &ctx, &msg, NULL, NULL); in test_tx_ext_model()
|
D | test_sar.c | 104 return bt_mesh_model_send(model, ctx, &msg, NULL, NULL); in get_handler() 123 return bt_mesh_model_send(model, ctx, &buf, NULL, NULL); in dummy_vnd_mod_get()
|
D | mesh_test.c | 468 err = bt_mesh_model_send(test_model, &test_send_ctx, &buf, send_cb, in bt_mesh_test_send_async() 531 err = bt_mesh_model_send(test_model, &test_send_ctx, &buf, send_cb, cb_data); in bt_mesh_test_send_ra()
|
/Zephyr-Core-3.6.0/samples/boards/reel_board/mesh_badge/src/ |
D | mesh.c | 194 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in gen_onoff_get() 345 if (bt_mesh_model_send(model, ctx, &msg, NULL, NULL)) { in sensor_get() 538 if (bt_mesh_model_send(&vnd_models[0], &ctx, &msg, NULL, NULL) == 0) { in send_hello() 565 if (bt_mesh_model_send(&vnd_models[0], &ctx, &msg, NULL, NULL) == 0) { in send_baduser()
|
/Zephyr-Core-3.6.0/samples/bluetooth/mesh/src/ |
D | main.c | 130 return bt_mesh_model_send(model, ctx, &buf, NULL, NULL); in onoff_status_send() 325 return bt_mesh_model_send(&models[3], &ctx, &buf, NULL, NULL); in gen_onoff_send()
|
/Zephyr-Core-3.6.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.c | 91 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in gen_onoff_get() 300 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in gen_level_get() 811 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in gen_def_trans_time_get() 904 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in gen_onpowerup_get() 1003 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in vnd_get() 1083 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in light_lightness_get() 1270 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in light_lightness_linear_get() 1446 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in light_lightness_last_get() 1463 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in light_lightness_default_get() 1483 if (bt_mesh_model_send(model, ctx, msg, NULL, NULL)) { in light_lightness_range_get() [all …]
|
/Zephyr-Core-3.6.0/samples/bluetooth/mesh_demo/src/ |
D | main.c | 233 if (bt_mesh_model_send(&vnd_models[0], &ctx, &msg, NULL, NULL)) { in board_button_1_pressed()
|