Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h387 int bt_mesh_blob_cli_resume(struct bt_mesh_blob_cli *cli);
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c497 bt_mesh_blob_cli_resume((struct bt_mesh_blob_cli *)mod_cli->rt->user_data); in cmd_tx_resume()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c1025 err = bt_mesh_blob_cli_resume(&blob_cli); in test_cli_trans_resume()
1440 bt_mesh_blob_cli_resume(&blob_cli); in cli_restore_suspended()
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c502 err = bt_mesh_blob_cli_resume(b); in transfer()
Dblob_cli.c1582 int bt_mesh_blob_cli_resume(struct bt_mesh_blob_cli *cli) in bt_mesh_blob_cli_resume() function