From 7957a2f100eb687e63cd3593097c5914539c7406 Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 16 Jan 2003 19:50:06 +0000 Subject: lib a bit more flexible for hciattach arguments --- (limited to 'noncore/net/opietooth/lib/device.h') diff --git a/noncore/net/opietooth/lib/device.h b/noncore/net/opietooth/lib/device.h index c0e2658..ce7fccc 100644 --- a/noncore/net/opietooth/lib/device.h +++ b/noncore/net/opietooth/lib/device.h @@ -11,12 +11,13 @@ class OProcess; namespace OpieTooth { /** - * Device takes care of attaching serial + * Device takes care of attaching serial * devices to the blueZ stack. * After attaching it hciconfig ups it */ class Device : public QObject { - Q_OBJECT + + Q_OBJECT public: @@ -26,8 +27,9 @@ namespace OpieTooth { * * @param &device QString the device name * @param &mode QString the mode + * @param &speed QString the speed of the device, can be left blank */ - Device(const QString &device, const QString& mode); + Device(const QString &device, const QString& mode, const QString& speed); /** * unloads the device @@ -77,6 +79,7 @@ namespace OpieTooth { OProcess* m_process; QString m_devId; QString m_mode; + QString m_speed; pid_t pid; QCString m_output; }; -- cgit v0.9.0.2