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

Commit ff96aea5 authored by Josh Wu's avatar Josh Wu
Browse files

HAL: Remove HIDL check in LeAudioClientInterface stub

Tag: #refactor
Bug: 221192836
Test: atest BluetoothInstrumentationTests
Change-Id: Ieb2e05df7ae5526eda69b6f180da5eeeba735d4f
parent 2f27ccba
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -287,8 +287,6 @@ void LeAudioClientInterface::Source::SetRemoteDelay(uint16_t delay_report_ms) {

void LeAudioClientInterface::Source::StartSession() {
  LOG(INFO) << __func__;
  if (!hidl::le_audio::is_source_hal_enabled()) return;

  if (HalVersionManager::GetHalVersion() ==
      BluetoothAudioHalVersion::VERSION_2_1) {
    AudioConfiguration_2_1 audio_config;