SpatialAudio: Init codec and buffer size from startStream()

Bug: 214615268
Test: build
Tag: #feature
Change-Id: I26d82da0dfc82fcb6cab6b879bced8e892e8cf44
This commit is contained in:
Chen Chen
2022-02-15 18:43:26 -08:00
parent 07011d9e09
commit 0a68a920cc
4 changed files with 7 additions and 4 deletions

View File

@@ -198,7 +198,7 @@ bool BluetoothAudioSession::StartStream() {
<< " has NO session";
return false;
}
auto hal_retval = stack_iface_->startStream();
auto hal_retval = stack_iface_->startStream(false);
if (!hal_retval.isOk()) {
LOG(WARNING) << __func__ << " - IBluetoothAudioPort SessionType="
<< toString(session_type_) << " failed";