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

Commit e8719d32 authored by Henri Chataing's avatar Henri Chataing Committed by Gerrit Code Review
Browse files

Merge "Revert "le_audio: Extend the HAL validation to include Audio AIDL""

parents de99ef01 819a8c4b
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -18,9 +18,7 @@
#include "bta_le_audio_api.h"

bool LeAudioHalVerifier::SupportsLeAudio() {
  return bluetooth::audio::HalVersionManager::GetHalTransport() ==
             bluetooth::audio::BluetoothAudioHalTransport::AIDL ||
         bluetooth::audio::HalVersionManager::GetHalVersion() >=
  return bluetooth::audio::HalVersionManager::GetHalVersion() >=
         bluetooth::audio::BluetoothAudioHalVersion::VERSION_2_1;
}