Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment