Loading core/java/android/server/BluetoothService.java +2 −0 Original line number Diff line number Diff line Loading @@ -1077,6 +1077,8 @@ public class BluetoothService extends IBluetooth.Stub { } public synchronized boolean removeBondInternal(String address) { // Unset the trusted device state and then unpair setTrust(address, false); return removeDeviceNative(getObjectPathFromAddress(address)); } Loading Loading
core/java/android/server/BluetoothService.java +2 −0 Original line number Diff line number Diff line Loading @@ -1077,6 +1077,8 @@ public class BluetoothService extends IBluetooth.Stub { } public synchronized boolean removeBondInternal(String address) { // Unset the trusted device state and then unpair setTrust(address, false); return removeDeviceNative(getObjectPathFromAddress(address)); } Loading