Loading core/java/android/server/BluetoothService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
core/java/android/server/BluetoothService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading