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

Commit 04c43012 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android (Google) Code Review
Browse files

Merge "Fix sendConnection State intent api params."

parents e20c279d ef4f8f2c
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);
    }

    /**