Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef4f8f2c authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Fix sendConnection State intent api params.

Reported by: sj222.choi@samsung.com

Change-Id: I2e767b372bd5d9fa42d083a37e402a013388a3c2
parent cb1d354c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -569,7 +569,7 @@ final class BluetoothHealthProfileHandler {
            int newDeviceState) {
        mHealthDevices.put(device, newDeviceState);
        mBluetoothService.sendConnectionStateChange(device, BluetoothProfile.HEALTH,
                                                    prevDeviceState, newDeviceState);
                                                    newDeviceState, prevDeviceState);
    }

    /**