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/default/A2dpSoftwareAudioProvider.cpp b/bluetooth/audio/2.2/default/A2dpSoftwareAudioProvider.cpp index 0d918e1..ba31d39 100644 --- a/bluetooth/audio/2.2/default/A2dpSoftwareAudioProvider.cpp +++ b/bluetooth/audio/2.2/default/A2dpSoftwareAudioProvider.cpp
@@ -70,7 +70,7 @@ } Return<void> A2dpSoftwareAudioProvider::startSession( - const sp<IBluetoothAudioPort>& hostIf, + const sp<V2_0::IBluetoothAudioPort>& hostIf, const AudioConfiguration& audioConfig, startSession_cb _hidl_cb) { /** * Initialize the audio platform if audioConfiguration is supported.