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

Commit 3c8dc979 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun Committed by Automerger Merge Worker
Browse files

Merge "Add a flag for a new feature" into main am: 763a8313 am: 0c41a048

parents 33fa3245 0c41a048
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -196,9 +196,16 @@ flag {
flag {
    name: "le_scan_use_address_type"
    namespace: "bluetooth"
    description: "Fix an issue that le scanner omits athe ddress type for MATCH_FIRST scan"
    description: "Fix an issue that le scanner omits address type for MATCH_FIRST scan"
    bug: "342127181"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "gatt_client_dynamic_allocation"
    namespace: "bluetooth"
    description: "Allocate GATT clients in heap to unlimit the number of clients"
    bug: "348559823"
}