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

Commit 6b9c2840 authored by Bhushan Shinkar's avatar Bhushan Shinkar Committed by Yuyang Huang
Browse files

HFP: Add flag for Fall back to SCO connection if eSCO connection is failed

Bug: 316498257
Bug: 315241296
Test: m .
Change-Id: Icaec8f02df473b16e0e7ad36956608a3a9eb9c72
parent 2ea01f75
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -34,3 +34,10 @@ flag {
    description: "start and stop of the SCO is managed by Audio instead of Bluetooth"
    bug: "315234036"
}

flag {
    name: "retry_esco_with_zero_retransmission_effort"
    namespace: "bluetooth"
    description: "retry eSCO connection based on retransmission_effort"
    bug: "316498257"
}