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

Commit b6aea495 authored by Himanshu Rawat's avatar Himanshu Rawat Committed by Automerger Merge Worker
Browse files

Merge "HidHost: Typo on function name" into main am: dd91ced3

parents 5963e818 dd91ced3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ public class HidHostService extends ProfileService {
                            handleMessageOnHandshake(msg);
                            break;
                        case MESSAGE_SET_REPORT:
                            handleMessageSetProtocol(msg);
                            handleMessageSetReport(msg);
                            break;
                        case MESSAGE_ON_VIRTUAL_UNPLUG:
                            handleMessageOnVirtualUnplug(msg);
@@ -488,7 +488,7 @@ public class HidHostService extends ProfileService {
        broadcastVirtualUnplugStatus(device, status);
    }

    private void handleMessageSetProtocol(Message msg) {
    private void handleMessageSetReport(Message msg) {
        BluetoothDevice device = (BluetoothDevice) msg.obj;
        Bundle data = msg.getData();
        byte reportType = data.getByte(BluetoothHidHost.EXTRA_REPORT_TYPE);