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

Commit c746b8fc authored by Yuyang Huang's avatar Yuyang Huang Committed by Gerrit Code Review
Browse files

Merge "flags: Add fix_sco_command_status_handling" into main

parents e6beccda 3822c1af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ aconfig_declarations {
        "ranging.aconfig",
        "rfcomm.aconfig",
        "rnr.aconfig",
        "sco.aconfig",
        "sdp.aconfig",
        "security.aconfig",
        "sockets.aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ aconfig("bluetooth_flags_c_lib") {
    "ranging.aconfig",
    "rfcomm.aconfig",
    "rnr.aconfig",
    "sco.aconfig",
    "sdp.aconfig",
    "security.aconfig",
    "sockets.aconfig",

flags/sco.aconfig

0 → 100644
+12 −0
Original line number Diff line number Diff line
package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "fix_sco_command_status_handling"
    namespace: "bluetooth"
    description: "Make sure to properly handle Command Status error when SCO is creating"
    bug: "358573137"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file