Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a3ad2a8 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Use 20 ms max peripheral to central latency for DSA

Bug: 314844884
Bug: 309665975
Test: mmm packages/modules/Bluetooth
Test: Manual | LE audio streaming with device supporting DSA
Change-Id: Ie2f3132102219f18b971b1aa3d4d4632a4a83be5
parent 934689b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1339,7 +1339,7 @@ class LeAudioGroupStateMachineImpl : public LeAudioGroupStateMachine {
                LOG_INFO("Device found with support for selected DsaMode");
                LOG_INFO("Device found with support for selected DsaMode");


                param.sdu_itv_stom = 20000;
                param.sdu_itv_stom = 20000;
                param.max_trans_lat_stom = 10;
                param.max_trans_lat_stom = 20;
                it->max_sdu_size_stom = 15;
                it->max_sdu_size_stom = 15;
                it->rtn_stom = 2;
                it->rtn_stom = 2;