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

Commit 2ff614a2 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add a flag for a new feature

Bug: 348559823
Bug: 315241296
Test: m -j;
Change-Id: I398dd356989469a34e62c4155717d3f587aa2e5a
parent 30950f99
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"
}