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

Commit 73c78817 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to prevent sending duplicate service UUID intent

Bug: 361182196
Bug: 315241296
Flag: com.android.bluetooth.flags.prevent_duplicate_uuid_intent
Test: mmm packages/modules/Bluetooth
Change-Id: I37a2a745e1ae485ae10bcf88b61e41de45b18ee2
parent 7e20c751
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ aconfig_declarations {
        "sco.aconfig",
        "sdp.aconfig",
        "security.aconfig",
        "service_discovery.aconfig",
        "sockets.aconfig",
        "system_service.aconfig",
        "vcp.aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ aconfig("bluetooth_flags_c_lib") {
    "sco.aconfig",
    "sdp.aconfig",
    "security.aconfig",
    "service_discovery.aconfig",
    "sockets.aconfig",
    "system_service.aconfig",
    "vcp.aconfig",
+12 −0
Original line number 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
    }
}