summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qnx/ppshelpers.cpp
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2012-11-19 18:18:24 +0100
committerPeter Hartmann <phartmann@rim.com>2012-11-22 09:54:04 +0100
commit72ace1ae61b16ae8c50521dab14b176a96e29e0c (patch)
treeecac5d3784885d35407012d43f3e93ac9a0952c7 /src/bluetooth/qnx/ppshelpers.cpp
parent23d47eb487107bd0a66949a3962c6c3d5403c0ef (diff)
QNX adding device discovery agent
Change-Id: Id21ee613489c7b7079a32812340046443d4868a9 Reviewed-by: Alex <ablasche@gmail.com>
Diffstat (limited to 'src/bluetooth/qnx/ppshelpers.cpp')
-rw-r--r--src/bluetooth/qnx/ppshelpers.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth/qnx/ppshelpers.cpp b/src/bluetooth/qnx/ppshelpers.cpp
index ad4c8d05..c3e5cae3 100644
--- a/src/bluetooth/qnx/ppshelpers.cpp
+++ b/src/bluetooth/qnx/ppshelpers.cpp
@@ -49,6 +49,8 @@ static int count = 0;
static int ppsCtrlFD = -1;
+static QSocketNotifier *ppsCtrlNotifier = 0;
+
static const char btControlFDPath[] = "/pps/services/bluetooth/public/control";
static const char btSettingsFDPath[] = "/pps/services/bluetooth/settings";
static const char btRemoteDevFDPath[] = "/pps/services/bluetooth/remote_devices/";