diff --git a/audio/aidl/default/include/core-impl/ModuleBluetooth.h b/audio/aidl/default/include/core-impl/ModuleBluetooth.h index b95b52699b..4e68d72668 100644 --- a/audio/aidl/default/include/core-impl/ModuleBluetooth.h +++ b/audio/aidl/default/include/core-impl/ModuleBluetooth.h @@ -86,7 +86,7 @@ class ModuleBluetooth final : public Module { const ::aidl::android::media::audio::common::AudioPort& audioPort, CachedProxy& proxy); static constexpr int kCreateProxyRetries = 5; - static constexpr int kCreateProxyRetrySleepMs = 250; + static constexpr int kCreateProxyRetrySleepMs = 75; ChildInterface mBluetoothA2dp; ChildInterface mBluetoothLe; std::map mProxies;