diff --git a/spa/plugins/bluez5/media-sink.c b/spa/plugins/bluez5/media-sink.c
index 5a14303860df55a259c982c6187e032830cfdcc4..ab2ea79a1d2195739e0b4e6b2290838bf8475b20 100644
--- a/spa/plugins/bluez5/media-sink.c
+++ b/spa/plugins/bluez5/media-sink.c
@@ -51,7 +51,7 @@ struct props {
 };
 
 #define A2DP_PREBUFFER_PACKETS	1
-#define BAP_PREBUFFER_PACKETS	1
+#define BAP_PREBUFFER_PACKETS	0
 
 #define FILL_FRAMES (4 + A2DP_PREBUFFER_PACKETS)
 #define MIN_BUFFERS 2
@@ -59,7 +59,7 @@ struct props {
 #define BUFFER_SIZE	(8192*8)
 #define RATE_CTL_DIFF_MAX 0.005
 
-#define BAP_SEND_LATENCY (25 * SPA_NSEC_PER_MSEC)
+#define BAP_SEND_LATENCY (75 * SPA_NSEC_PER_MSEC/10)
 
 struct buffer {
 	uint32_t id;