Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 545f1ce7 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk Committed by Grzegorz Kolodziejczyk
Browse files

le_audio: lowering the value of ISO suspend time

Currently set up value of 5 second seems to be no longer valid value for
suspending ISO channels. This helps also speeds up unicast->broadcast
handover switch.

Tag: #bug
Bug: 349311566
Flag: Exempt, minor timeout change
Test: atest bluetooth_le_audio_test
Change-Id: Ie0628e79ba159c12f0402d22fd2050bc13786662
parent c7ebeb43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5911,7 +5911,7 @@ class LeAudioClientImpl : public LeAudioClient {
  std::vector<uint8_t> encoded_data;
  std::unique_ptr<LeAudioSourceAudioHalClient> le_audio_source_hal_client_;
  std::unique_ptr<LeAudioSinkAudioHalClient> le_audio_sink_hal_client_;
  static constexpr uint64_t kAudioSuspentKeepIsoAliveTimeoutMs = 5000;
  static constexpr uint64_t kAudioSuspentKeepIsoAliveTimeoutMs = 500;
  static constexpr uint64_t kAudioDisableTimeoutMs = 3000;
  static constexpr char kAudioSuspentKeepIsoAliveTimeoutMsProp[] =
      "persist.bluetooth.leaudio.audio.suspend.timeoutms";