Searched refs:bt_mesh_dfu_cli_send (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfu_cli.h | 252 int bt_mesh_dfu_cli_send(struct bt_mesh_dfu_cli *cli,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 1013 err = bt_mesh_dfu_cli_send(&dfu_cli, &dfu_cli_xfer.inputs, &dummy_blob_io, in test_cli_fail_on_persistency() 1093 err = bt_mesh_dfu_cli_send(&dfu_cli, &dfu_cli_xfer.inputs, &dummy_blob_io, in test_cli_all_targets_lost_common() 1215 err = bt_mesh_dfu_cli_send(&dfu_cli, &dfu_cli_xfer.inputs, &dummy_blob_io, in test_cli_stop() 1231 err = bt_mesh_dfu_cli_send(&dfu_cli, &dfu_cli_xfer.inputs, &dummy_blob_io, in test_cli_stop() 1250 err = bt_mesh_dfu_cli_send(&dfu_cli, &dfu_cli_xfer.inputs, &dummy_blob_io, in test_cli_stop() 1266 err = bt_mesh_dfu_cli_send(&dfu_cli, &dfu_cli_xfer.inputs, &dummy_blob_io, in test_cli_stop()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfu.c | 768 err = bt_mesh_dfu_cli_send((struct bt_mesh_dfu_cli *)mod_cli->rt->user_data, in cmd_dfu_send()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_cli.c | 1010 int bt_mesh_dfu_cli_send(struct bt_mesh_dfu_cli *cli, in bt_mesh_dfu_cli_send() function
|
D | dfd_srv.c | 1108 err = bt_mesh_dfu_cli_send(&srv->dfu, &srv->inputs, srv->io, &xfer); in bt_mesh_dfd_srv_start()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 4478 err = bt_mesh_dfu_cli_send(&dfd_srv.dfu, &dfu_tx.inputs, &dummy_blob_io, &xfer); in dfu_firmware_update_start()
|