Loading android/app/src/com/android/bluetooth/btservice/RemoteDevices.java +1 −1 Original line number Diff line number Diff line Loading @@ -1236,7 +1236,7 @@ public class RemoteDevices { } void onBondStateChange(byte[] address, int newState) { if (newState == BondStateMachine.BOND_STATE_NONE) { if (newState == BluetoothDevice.BOND_NONE) { removeAddressMapping(address); } } Loading Loading
android/app/src/com/android/bluetooth/btservice/RemoteDevices.java +1 −1 Original line number Diff line number Diff line Loading @@ -1236,7 +1236,7 @@ public class RemoteDevices { } void onBondStateChange(byte[] address, int newState) { if (newState == BondStateMachine.BOND_STATE_NONE) { if (newState == BluetoothDevice.BOND_NONE) { removeAddressMapping(address); } } Loading