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

Commit ef9dc640 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Automerger Merge Worker
Browse files

Merge "HAL: Remove HIDL check in LeAudioClientInterface stub" am: a71e9c25...

Merge "HAL: Remove HIDL check in LeAudioClientInterface stub" am: a71e9c25 am: b30bea85 am: 8ea46b3b am: 8182b31e

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1999053

Change-Id: Idffd36ace8cb9f93a85b6a1347976a6499965765
parents 5688c9e9 8182b31e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -287,8 +287,6 @@ void LeAudioClientInterface::Source::SetRemoteDelay(uint16_t delay_report_ms) {

void LeAudioClientInterface::Source::StartSession() {
  LOG(INFO) << __func__;
  if (!hidl::le_audio::is_source_hal_enabled()) return;

  if (HalVersionManager::GetHalVersion() ==
      BluetoothAudioHalVersion::VERSION_2_1) {
    AudioConfiguration_2_1 audio_config;