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

Commit 114d45c0 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

flags: Add fix_add_device_properties

Bug: 375158716
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.fix_add_device_properties
Change-Id: I45bbb2e4addb035f771597b2ebc470b58bf957d7
parent 12ae2f47
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -71,3 +71,13 @@ flag {
    description: "Support setting/retrieving the remote device metadata for a BluetoothDevice"
    bug: "374171574"
}

flag {
    name: "fix_add_device_properties"
    namespace: "bluetooth"
    description: "Make sure single entry for mDevices. Race fix."
    bug: "375158716"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file