Loading system/bta/le_audio/hal_verifier.cc +2 −4 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
system/bta/le_audio/hal_verifier.cc +2 −4 Original line number Diff line number Diff line Loading @@ -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; } Loading