Loading core/java/android/server/BluetoothService.java 100644 → 100755 +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1351,7 +1351,7 @@ public class BluetoothService extends IBluetooth.Stub { } } /*package*/ synchronized boolean setBondState(String address, int state, int reason) { /*package*/ synchronized boolean setBondState(String address, int state, int reason) { mBondState.setBondState(address.toUpperCase(), state); mBondState.setBondState(address.toUpperCase(), state, reason); return true; return true; } } Loading Loading
core/java/android/server/BluetoothService.java 100644 → 100755 +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1351,7 +1351,7 @@ public class BluetoothService extends IBluetooth.Stub { } } /*package*/ synchronized boolean setBondState(String address, int state, int reason) { /*package*/ synchronized boolean setBondState(String address, int state, int reason) { mBondState.setBondState(address.toUpperCase(), state); mBondState.setBondState(address.toUpperCase(), state, reason); return true; return true; } } Loading