summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/bluez5_helper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/bluez/bluez5_helper_p.h')
-rw-r--r--src/bluetooth/bluez/bluez5_helper_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/bluez/bluez5_helper_p.h b/src/bluetooth/bluez/bluez5_helper_p.h
index 49abc4af..2429c09c 100644
--- a/src/bluetooth/bluez/bluez5_helper_p.h
+++ b/src/bluetooth/bluez/bluez5_helper_p.h
@@ -44,6 +44,7 @@
#include <QtCore/QObject>
#include <QtDBus/QtDBus>
+#include <bluetooth/sdp.h>
typedef QMap<QString, QVariantMap> InterfaceList;
typedef QMap<QDBusObjectPath, InterfaceList> ManagedObjectList;
@@ -55,6 +56,8 @@ QT_BEGIN_NAMESPACE
bool isBluez5();
+QByteArray parseSdpRecord(sdp_record_t *record);
+
class QtBluezDiscoveryManagerPrivate;
class QtBluezDiscoveryManager : public QObject
{