Searched refs:dfu_cli (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 939 static struct bt_mesh_dfu_cli dfu_cli = BT_MESH_DFU_CLI_INIT(&dfu_cli_cb); variable 949 BT_MESH_MODEL_DFU_CLI(&dfu_cli)), 1013 err = bt_mesh_dfu_cli_send(&dfu_cli, &dfu_cli_xfer.inputs, &dummy_blob_io, in test_cli_fail_on_persistency() 1048 err = bt_mesh_dfu_cli_apply(&dfu_cli); in test_cli_fail_on_persistency() 1061 err = bt_mesh_dfu_cli_confirm(&dfu_cli); 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() 1185 err = bt_mesh_dfu_cli_apply(&dfu_cli); in test_cli_all_targets_lost_on_apply() 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() [all …]
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | CMakeLists.txt | 99 zephyr_library_sources_ifdef(CONFIG_BT_MESH_DFU_CLI dfu_cli.c)
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | dfu.rst | 22 dfu_cli
|