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

Commit b30bea85 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

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

Change-Id: I1e1a9f59368937ee9551c18e22c4ad545923911a
parents 189e880c a71e9c25
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;