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

Commit bf5a39fb authored by Himanshu Rawat's avatar Himanshu Rawat Committed by Gerrit Code Review
Browse files

Merge "Flag to prevent sending duplicate service UUID intent" into main

parents 3262539f 73c78817
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -44,6 +44,7 @@ aconfig_declarations {
        "sco.aconfig",
        "sco.aconfig",
        "sdp.aconfig",
        "sdp.aconfig",
        "security.aconfig",
        "security.aconfig",
        "service_discovery.aconfig",
        "sockets.aconfig",
        "sockets.aconfig",
        "system_service.aconfig",
        "system_service.aconfig",
        "vcp.aconfig",
        "vcp.aconfig",
+1 −0
Original line number Original line Diff line number Diff line
@@ -38,6 +38,7 @@ aconfig("bluetooth_flags_c_lib") {
    "sco.aconfig",
    "sco.aconfig",
    "sdp.aconfig",
    "sdp.aconfig",
    "security.aconfig",
    "security.aconfig",
    "service_discovery.aconfig",
    "sockets.aconfig",
    "sockets.aconfig",
    "system_service.aconfig",
    "system_service.aconfig",
    "vcp.aconfig",
    "vcp.aconfig",
+12 −0
Original line number Original line Diff line number Diff line
package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "prevent_duplicate_uuid_intent"
    namespace: "bluetooth"
    description: "Avoid sending duplicate service UUID intent when fetchUuidsWithSdp() API is called"
    bug: "361182196"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}