Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_cli.h328 bool bt_mesh_dfu_cli_is_busy(struct bt_mesh_dfu_cli *cli);
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfd.c75 if (bt_mesh_dfu_cli_is_busy(&dfd_srv->dfu)) { in cmd_dfd_receivers_add()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c1017 if (bt_mesh_dfu_cli_is_busy(cli)) { in bt_mesh_dfu_cli_send()
1161 bool bt_mesh_dfu_cli_is_busy(struct bt_mesh_dfu_cli *cli) in bt_mesh_dfu_cli_is_busy() function
Ddfd_srv.c121 if (bt_mesh_dfu_cli_is_busy(&srv->dfu)) { in handle_receivers_add()
1016 if (bt_mesh_dfu_cli_is_busy(&srv->dfu)) { in bt_mesh_dfd_srv_receivers_delete_all()