Home
last modified time | relevance | path

Searched refs:bt_mesh_dfu_cli_confirm (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_cli.h310 int bt_mesh_dfu_cli_confirm(struct bt_mesh_dfu_cli *cli);
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c1061 err = bt_mesh_dfu_cli_confirm(&dfu_cli); in test_cli_fail_on_persistency()
1293 err = bt_mesh_dfu_cli_confirm(&dfu_cli); in test_cli_stop()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c840 err = bt_mesh_dfu_cli_confirm((struct bt_mesh_dfu_cli *)mod_cli->rt->user_data); in cmd_dfu_confirm()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c1133 int bt_mesh_dfu_cli_confirm(struct bt_mesh_dfu_cli *cli) in bt_mesh_dfu_cli_confirm() function
Ddfd_srv.c859 err = bt_mesh_dfu_cli_confirm(cli); in dfu_applied()