Home
last modified time | relevance | path

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

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