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

Commit 3b9b4bf0 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

Add flag le_scan_remove_non_oneway_binder_calls

Bug: 375558872
Bug: 354349140
Bug: 315241296
Test: m -j;
Change-Id: I29b5baa2209062552836df1193e62a415a547215
parent 85f00011
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -247,3 +247,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "le_scan_remove_non_oneway_binder_calls"
    namespace: "bluetooth"
    description: "Remove non-oneway binder calls from BluetoothLeScanner.startScan"
    bug: "375558872"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}