commit | 121dcebc4ea5fd1b7ccbf273bfb1e70047a1e50a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Jan 30 00:29:19 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 30 00:29:19 2024 +0000 |
tree | cf1361b4a4bb689e46b9f35c25e5a3d914292541 | |
parent | e6402203e86e2d74f139c122efdf6f3b547e8379 [diff] | |
parent | 320ef27af28317109f94dc6726ede0fcb1eac69c [diff] |
Merge "audio: Reduce the interval between BT proxy registration retries" into main am: 320ef27af2 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2933574 Change-Id: Ibc81af194e1d2d4e9e441e9c7c8ad49b71eed98d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/audio/aidl/default/include/core-impl/ModuleBluetooth.h b/audio/aidl/default/include/core-impl/ModuleBluetooth.h index b95b526..4e68d72 100644 --- a/audio/aidl/default/include/core-impl/ModuleBluetooth.h +++ b/audio/aidl/default/include/core-impl/ModuleBluetooth.h
@@ -86,7 +86,7 @@ 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<BluetoothA2dp> mBluetoothA2dp; ChildInterface<BluetoothLe> mBluetoothLe; std::map<int32_t /*instantiated device port ID*/, CachedProxy> mProxies;