Skip to content
Snippets Groups Projects
Commit 89ca8e46 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Initialize default DSA mode to disabled

Test: mma packages/modules/Bluetooth
Test: Manual | Start LE audio streaming with DSA
Flag: EXEMPT missing initialization
Bug: 314844884
Change-Id: I19844a39ac3acca4b2cf607af44cdd7543056f55
parent 980bbd46
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,8 @@ LeAudioTransport::LeAudioTransport(void (*flush)(void),
total_bytes_processed_(0),
data_position_({}),
pcm_config_(std::move(pcm_config)),
start_request_state_(StartRequestState::IDLE){};
start_request_state_(StartRequestState::IDLE),
dsa_mode_(DsaMode::DISABLED){};
BluetoothAudioCtrlAck LeAudioTransport::StartRequest(bool is_low_latency) {
// Check if operation is pending already
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment