summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/bluez.pri
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-09-12 11:13:42 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-16 08:59:06 +0200
commit3d87d02970237c9e7a8ef8d921702bcc755130c0 (patch)
treeb10bb3235d5b572d13f93b27cb1715ffdc1a11e6 /src/bluetooth/bluez/bluez.pri
parent8650ab69889218ec857475da3dfd99624f714585 (diff)
Add class for HCI protocol interaction
The first step is to monitor encryption changes. Later we will add more events and possibly commands as needed. Change-Id: I03ca547678bbfc971f53b32b1efde601685dd7e1 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/bluetooth/bluez/bluez.pri')
-rw-r--r--src/bluetooth/bluez/bluez.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/bluetooth/bluez/bluez.pri b/src/bluetooth/bluez/bluez.pri
index be5a02a7..46727cbc 100644
--- a/src/bluetooth/bluez/bluez.pri
+++ b/src/bluetooth/bluez/bluez.pri
@@ -17,7 +17,8 @@ HEADERS += bluez/manager_p.h \
bluez/obex_client1_bluez5_p.h \
bluez/obex_objectpush1_bluez5_p.h \
bluez/obex_transfer1_bluez5_p.h \
- bluez/bluez_data_p.h
+ bluez/bluez_data_p.h \
+ bluez/hcimanager_p.h
SOURCES += bluez/manager.cpp \
bluez/adapter.cpp \
@@ -37,4 +38,5 @@ SOURCES += bluez/manager.cpp \
bluez/profile1.cpp \
bluez/obex_client1_bluez5.cpp \
bluez/obex_objectpush1_bluez5.cpp \
- bluez/obex_transfer1_bluez5.cpp
+ bluez/obex_transfer1_bluez5.cpp \
+ bluez/hcimanager.cpp