mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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>
This commit is contained in:
@@ -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<BluetoothA2dp> mBluetoothA2dp;
|
||||
ChildInterface<BluetoothLe> mBluetoothLe;
|
||||
std::map<int32_t /*instantiated device port ID*/, CachedProxy> mProxies;
|
||||
|
||||
Reference in New Issue
Block a user