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

Commit 85bf5903 authored by Alice Kuo's avatar Alice Kuo Committed by Automerger Merge Worker
Browse files

LE audio: Check the HAL version is newer than HIDL 2.1 am: c5a2b645 am: ad900216 am: dffed5ab

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1879623

Change-Id: Ib576206d948094bd4f2178b830cdd3b42698e2fc
parents 35cd5477 dffed5ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@
#include "bta_le_audio_api.h"

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