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

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

Fix parameter to Pan Device Call.

Change-Id: I659e47feb56b052c61b7ee5521ffb5be71ce04c2
parent 5d71e140
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1515,7 +1515,7 @@ public class BluetoothService extends IBluetooth.Stub {

        handlePanDeviceStateChange(device, BluetoothPan.STATE_CONNECTING,
                                           BluetoothPan.LOCAL_PANU_ROLE);
        if (connectPanDeviceNative(objectPath, "nap", "panu")) {
        if (connectPanDeviceNative(objectPath, "nap")) {
            log ("connecting to PAN");
            return true;
        } else {