Loading core/java/android/server/BluetoothEventLoop.java +3 −1 Original line number Diff line number Diff line Loading @@ -274,9 +274,11 @@ class BluetoothEventLoop { private void onDeviceRemoved(String deviceObjectPath) { String address = mBluetoothService.getAddressFromObjectPath(deviceObjectPath); if (address != null) if (address != null) { mBluetoothService.getBondState().setBondState(address.toUpperCase(), BluetoothDevice.BOND_NONE, BluetoothDevice.UNBOND_REASON_REMOVED); mBluetoothService.setRemoteDeviceProperty(address, "UUIDs", null); } } /*package*/ void onPropertyChanged(String[] propValues) { Loading Loading
core/java/android/server/BluetoothEventLoop.java +3 −1 Original line number Diff line number Diff line Loading @@ -274,9 +274,11 @@ class BluetoothEventLoop { private void onDeviceRemoved(String deviceObjectPath) { String address = mBluetoothService.getAddressFromObjectPath(deviceObjectPath); if (address != null) if (address != null) { mBluetoothService.getBondState().setBondState(address.toUpperCase(), BluetoothDevice.BOND_NONE, BluetoothDevice.UNBOND_REASON_REMOVED); mBluetoothService.setRemoteDeviceProperty(address, "UUIDs", null); } } /*package*/ void onPropertyChanged(String[] propValues) { Loading