Home
last modified time | relevance | path

Searched refs:bt_mesh_dfu_cli_suspend (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_cli.h263 int bt_mesh_dfu_cli_suspend(struct bt_mesh_dfu_cli *cli);
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c857 err = bt_mesh_dfu_cli_suspend((struct bt_mesh_dfu_cli *)mod_cli->rt->user_data); in cmd_dfu_suspend()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c1055 int bt_mesh_dfu_cli_suspend(struct bt_mesh_dfu_cli *cli) in bt_mesh_dfu_cli_suspend() function
Ddfd_srv.c1125 err = bt_mesh_dfu_cli_suspend(&srv->dfu); in bt_mesh_dfd_srv_suspend()