* commit 'd7030e551aa99ed9f533d46de5f3443ceb4c5703': BT: Wrong publishing result of bonding error code.
This commit is contained in:
2
core/java/android/server/BluetoothService.java
Normal file → Executable file
2
core/java/android/server/BluetoothService.java
Normal file → Executable file
@ -1104,7 +1104,7 @@ public class BluetoothService extends IBluetooth.Stub {
|
||||
}
|
||||
|
||||
/*package*/ synchronized boolean setBondState(String address, int state, int reason) {
|
||||
mBondState.setBondState(address.toUpperCase(), state);
|
||||
mBondState.setBondState(address.toUpperCase(), state, reason);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user