Loading android/app/src/com/android/bluetooth/btservice/RemoteDevices.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading flags/framework.aconfig +0 −10 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
android/app/src/com/android/bluetooth/btservice/RemoteDevices.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading
flags/framework.aconfig +0 −10 Original line number Diff line number Diff line Loading @@ -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 Loading