Loading src/com/android/settings/bluetooth/CachedBluetoothDevice.java +1 −0 Original line number Diff line number Diff line Loading @@ -572,6 +572,7 @@ final class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice> { void onBondingStateChanged(int bondState) { if (bondState == BluetoothDevice.BOND_NONE) { mProfiles.clear(); mDevice.setAlias(null); mConnectAfterPairing = false; // cancel auto-connect setPhonebookPermissionChoice(ACCESS_UNKNOWN); setMessagePermissionChoice(ACCESS_UNKNOWN); Loading Loading
src/com/android/settings/bluetooth/CachedBluetoothDevice.java +1 −0 Original line number Diff line number Diff line Loading @@ -572,6 +572,7 @@ final class CachedBluetoothDevice implements Comparable<CachedBluetoothDevice> { void onBondingStateChanged(int bondState) { if (bondState == BluetoothDevice.BOND_NONE) { mProfiles.clear(); mDevice.setAlias(null); mConnectAfterPairing = false; // cancel auto-connect setPhonebookPermissionChoice(ACCESS_UNKNOWN); setMessagePermissionChoice(ACCESS_UNKNOWN); Loading