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
This commit is contained in:
parent
f0d8a1a212
commit
2801b037cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue