summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/manager.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/lib/manager.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/manager.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/net/opietooth/lib/manager.h b/noncore/net/opietooth/lib/manager.h
index 03375c5..95e4306 100644
--- a/noncore/net/opietooth/lib/manager.h
+++ b/noncore/net/opietooth/lib/manager.h
@@ -112,3 +112,3 @@ Q_OBJECT
void foundDevices( const QString& device, RemoteDevices::ValueList );
- void foundNothing( const QString& device );
+
private slots:
@@ -117,3 +117,7 @@ private slots:
void slotSDPOut(OProcess*, char*, int);
+ void slotHCIExited(OProcess* );
+ void slotHCIOut(OProcess*, char*, int );
private:
+ Services::ValueList parseSDPOutput( const QString& );
+ RemoteDevices::ValueList parseHCIOutput( const QString& );
OProcess *m_hcitool;
@@ -122,2 +126,3 @@ private slots:
QMap<QString, QString> m_out;
+ QMap<QString, QString> m_devices;
};