Skip to content

Commit 198ed3e

Browse files
Jaikumar GaneshAndroid Code Review
authored andcommitted
Merge "BT: Wrong publishing result of bonding error code."
2 parents 848a1e3 + ae5fbb0 commit 198ed3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/server/BluetoothService.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ public synchronized int getBondState(String address) {
13511351
}
13521352

13531353
/*package*/ synchronized boolean setBondState(String address, int state, int reason) {
1354-
mBondState.setBondState(address.toUpperCase(), state);
1354+
mBondState.setBondState(address.toUpperCase(), state, reason);
13551355
return true;
13561356
}
13571357

0 commit comments

Comments
 (0)