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

Commit 4e2a4023 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:...

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

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

Change-Id: I0eab2adef4c4d4c5f07d5e6d66488655a3eeb1c4
parents 7be70098 85bf5903
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;
}