From 4def5629dc68465b1dc8bb23c115e2f5f7513804 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 21 Aug 2005 22:29:07 +0000 Subject: Add some simple interfaces for device scanning (scanning for discoverable receivers) to support OBEX Send, and requests for taking BT up or down. Patch courtesy Michael Haynie - thanks! --- (limited to 'noncore/net/opietooth/applet/bluezapplet.h') diff --git a/noncore/net/opietooth/applet/bluezapplet.h b/noncore/net/opietooth/applet/bluezapplet.h index a394e38..3b99c0f 100644 --- a/noncore/net/opietooth/applet/bluezapplet.h +++ b/noncore/net/opietooth/applet/bluezapplet.h @@ -32,6 +32,7 @@ #include #include #include +#include namespace OpieTooth { class Device; @@ -46,6 +47,8 @@ namespace OpieTooth { void timerEvent(QTimerEvent *te ); public slots: + void fillList( const QString& device, RemoteDevice::ValueList list ); + private: void mousePressEvent( QMouseEvent * ); void paintEvent( QPaintEvent* ); @@ -57,6 +60,7 @@ public slots: private: Device* btDevice; + Manager *btManager; QPixmap bluezOnPixmap; QPixmap bluezOffPixmap; QPixmap bluezDiscoveryOnPixmap; @@ -64,6 +68,7 @@ public slots: bool bluezDiscoveryActive; private slots: + void slotMessage( const QCString& , const QByteArray& ); }; -- cgit v0.9.0.2