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

Commit f08d83ab authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove flag remove_address_map_on_unbond" into main am: a8b3be22

parents 2a6826d9 a8b3be22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1440,7 +1440,7 @@ public class RemoteDevices {
    void onBondStateChange(BluetoothDevice device, int newState) {
        String address = device.getAddress();

        if (Flags.removeAddressMapOnUnbond() && newState == BluetoothDevice.BOND_NONE) {
        if (newState == BluetoothDevice.BOND_NONE) {
            removeAddressMapping(address);
        }
    }
+0 −10
Original line number Diff line number Diff line
@@ -27,16 +27,6 @@ flag {
    }
}

flag {
    name: "remove_address_map_on_unbond"
    namespace: "bluetooth"
    description: "Removes the address map when the bond is removed"
    bug: "335465028"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "support_bluetooth_quality_report_v6"
    is_exported: true