Searched refs:bt_mesh_blob_srv_cancel (Results 1 – 8 of 8) sorted by relevance
190 int bt_mesh_blob_srv_cancel(struct bt_mesh_blob_srv *srv);
385 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()
976 int bt_mesh_blob_srv_cancel(struct bt_mesh_blob_srv *srv) in bt_mesh_blob_srv_cancel() function
666 (void)bt_mesh_blob_srv_cancel(&srv->upload.blob); in handle_upload_cancel()
93 will stay suspended until the application calls :c:func:`bt_mesh_blob_srv_cancel`.
551 err = bt_mesh_blob_srv_cancel((struct bt_mesh_blob_srv *)mod_srv->rt->user_data); in cmd_rx_cancel()
1170 bt_mesh_blob_srv_cancel(&blob_srv); in test_srv_trans_persistency_pull()
4528 err = bt_mesh_blob_srv_cancel(srv); in blob_srv_cancel()