Merge "Fix sendConnection State intent api params."
This commit is contained in:
committed by
Android (Google) Code Review
commit
04c4301251
@@ -569,7 +569,7 @@ final class BluetoothHealthProfileHandler {
|
||||
int newDeviceState) {
|
||||
mHealthDevices.put(device, newDeviceState);
|
||||
mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.HEALTH,
|
||||
prevDeviceState, newDeviceState);
|
||||
newDeviceState, prevDeviceState);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user