Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_cli.h393 void bt_mesh_blob_cli_cancel(struct bt_mesh_blob_cli *cli);
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c441 bt_mesh_blob_cli_cancel((struct bt_mesh_blob_cli *)mod_cli->rt->user_data); in cmd_tx_cancel()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c688 bt_mesh_blob_cli_cancel(cli); in chunk_tx()
1608 void bt_mesh_blob_cli_cancel(struct bt_mesh_blob_cli *cli) in bt_mesh_blob_cli_cancel() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c490 bt_mesh_blob_cli_cancel(&blob_cli); in test_cli_caps_cancelled()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c4659 bt_mesh_blob_cli_cancel(&blob_cli); in blob_transfer_cancel()