Home
last modified time | relevance | path

Searched refs:bt_mesh_blob_srv_cancel (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dblob_srv.h190 int bt_mesh_blob_srv_cancel(struct bt_mesh_blob_srv *srv);
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Ddfu_srv.c385 bt_mesh_blob_srv_cancel(&srv->blob); in handle_cancel()
580 (void)bt_mesh_blob_srv_cancel(&srv->blob); in bt_mesh_dfu_srv_cancel()
Dblob_srv.c976 int bt_mesh_blob_srv_cancel(struct bt_mesh_blob_srv *srv) in bt_mesh_blob_srv_cancel() function
Ddfd_srv.c666 (void)bt_mesh_blob_srv_cancel(&srv->upload.blob); in handle_upload_cancel()
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/mesh/
Dblob_srv.rst93 will stay suspended until the application calls :c:func:`bt_mesh_blob_srv_cancel`.
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/shell/
Dblob.c551 err = bt_mesh_blob_srv_cancel((struct bt_mesh_blob_srv *)mod_srv->rt->user_data); in cmd_rx_cancel()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c1170 bt_mesh_blob_srv_cancel(&blob_srv); in test_srv_trans_persistency_pull()
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/
Dbtp_mesh.c4528 err = bt_mesh_blob_srv_cancel(srv); in blob_srv_cancel()