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

Commit 7360f7e7 authored by Yuyang Huang's avatar Yuyang Huang Committed by Automerger Merge Worker
Browse files

Merge "HFP: Add flag for Fall back to SCO connection if eSCO connection is...

Merge "HFP: Add flag for Fall back to SCO connection if eSCO connection is failed" into main am: 0211dcad

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2877797



Change-Id: Ib9492dd22060847d696d21cefbd8eb30f786343a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 0ef3427b 0211dcad
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -34,3 +34,10 @@ flag {
    description: "start and stop of the SCO is managed by Audio instead of Bluetooth"
    description: "start and stop of the SCO is managed by Audio instead of Bluetooth"
    bug: "315234036"
    bug: "315234036"
}
}

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