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

Commit 819a8c4b authored by Henri Chataing's avatar Henri Chataing
Browse files

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

This reverts commit c37cb306.

Reason for revert: Fix not necessary

Bug: 284532620
Test: NA
Change-Id: I7cfd98514de8f122b5cd4f393948ef74ec15fe1b
parent c37cb306
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;
}