Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h379 int bt_mesh_blob_cli_suspend(struct bt_mesh_blob_cli *cli);
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c485 bt_mesh_blob_cli_suspend((struct bt_mesh_blob_cli *)mod_cli->rt->user_data); in cmd_tx_suspend()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c1059 err = bt_mesh_blob_cli_suspend(&cli->blob); in bt_mesh_dfu_cli_suspend()
Dblob_cli.c1561 int bt_mesh_blob_cli_suspend(struct bt_mesh_blob_cli *cli) in bt_mesh_blob_cli_suspend() function