commit | 8d87eb7e5316b58fd8b2df0f89e8b19c6c3d231c | [log] [tgz] |
---|---|---|
author | Jakub Pawlowski <jpawlowski@google.com> | Mon Dec 06 15:22:03 2021 +0100 |
committer | Jakub Pawlowski <jpawlowski@google.com> | Mon Dec 06 22:07:06 2021 +0100 |
tree | d43f5435e76dd6c47508bc3592c8ed79f148c8c7 | |
parent | 2edfc467f11543d76fd37f7a7716c8a658c01fce [diff] [blame] |
Pass sink metadata to Bluetooth When just microphone is enabled, i.e. for recording audio, we will receive just sink metadata update. Bug: 150670922 Change-Id: I795385d19e64ec5c6bc0a8549beda52da27d25a1
diff --git a/bluetooth/audio/2.2/IBluetoothAudioProvider.hal b/bluetooth/audio/2.2/IBluetoothAudioProvider.hal index ad8c839..bc16b01 100644 --- a/bluetooth/audio/2.2/IBluetoothAudioProvider.hal +++ b/bluetooth/audio/2.2/IBluetoothAudioProvider.hal
@@ -17,7 +17,7 @@ package android.hardware.bluetooth.audio@2.2; import @2.1::IBluetoothAudioProvider; -import @2.0::IBluetoothAudioPort; +import @2.2::IBluetoothAudioPort; import @2.0::Status; /**