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

Commit 8676048d authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi
Browse files

floss: Fix LeAudioClient::Initialize

Fixes ed3c3b15 (Pass the offload codec capability preference ...)

Bug: 216863527
Tag: #floss
Test: emerge-zork floss and ./build.py
Change-Id: Ie64170c26b7c31ddb8984662111d6153b8e49843
parent c88f41ce
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -38,7 +38,9 @@ class LeAudioClientImpl : public LeAudioClient {

void LeAudioClient::Initialize(
    bluetooth::le_audio::LeAudioClientCallbacks* callbacks,
    base::Closure initCb, base::Callback<bool()> hal_2_1_verifier) {}
    base::Closure initCb, base::Callback<bool()> hal_2_1_verifier,
    const std::vector<bluetooth::le_audio::btle_audio_codec_config_t>&
        offloading_preference) {}
void LeAudioClient::Cleanup(void) {}
LeAudioClient* LeAudioClient::Get(void) { return nullptr; }
void LeAudioClient::DebugDump(int fd) {}