From bb5d01068e1d234f0a477770917dc88657b01c57 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Tue, 11 Apr 2023 21:28:33 +0300 Subject: [PATCH] bluez5: iso-io: larger idle time Use larger idle time, so that it's bigger than transport latency, in case that helps to reset synchronization on controller/device side. --- spa/plugins/bluez5/iso-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/bluez5/iso-io.c b/spa/plugins/bluez5/iso-io.c index 8356ef655..da3de5fd3 100644 --- a/spa/plugins/bluez5/iso-io.c +++ b/spa/plugins/bluez5/iso-io.c @@ -23,7 +23,7 @@ static struct spa_log_topic log_topic = SPA_LOG_TOPIC(0, "spa.bluez5.iso"); #undef SPA_LOG_TOPIC_DEFAULT #define SPA_LOG_TOPIC_DEFAULT &log_topic -#define IDLE_TIME (100 * SPA_NSEC_PER_MSEC) +#define IDLE_TIME (200 * SPA_NSEC_PER_MSEC) struct group { struct spa_log *log;