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

Commit 2801b037 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

audio: Fix invalid BT A2DP interface name

The correct name is:
android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload

Bug: 148648456
Bug: 148648729
Bug: 148648469
Bug: 148648355
Test: DeviceBootTest.DeviceBootTest#SELinuxUncheckedDenialBootTest
Change-Id: I50d3486159f17697b06e9680b85586b1935a9ccc
parent f0d8a1a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ int main(int /* argc */, char* /* argv */ []) {
        // remove the old HIDL when Bluetooth Audio Hal V2 has offloading supported
        {
            "Bluetooth Audio Offload API",
            "android.hardware.a2dp@1.0::IBluetoothAudioOffload"
            "android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload"
        }
    };
    // clang-format on