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.
This commit is contained in:
Pauli Virtanen 2023-04-11 21:28:33 +03:00 committed by Wim Taymans
parent facef4a6c6
commit bb5d01068e

View file

@ -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;