diff options
author | Alex Blasche <alexander.blasche@digia.com> | 2014-07-18 14:12:50 +0200 |
---|---|---|
committer | Alex Blasche <alexander.blasche@digia.com> | 2014-07-23 12:13:16 +0200 |
commit | b38d9e348470d917dba9d7b8acfc93fb505a6555 (patch) | |
tree | f16933b007ea99401b972a04734f8d446f57f70b /src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp | |
parent | 6ee2c7a095e1408000b02e1f3e1c4bab9359123d (diff) | |
download | qtconnectivity-b38d9e348470d917dba9d7b8acfc93fb505a6555.tar.gz |
Complete the removal of the Bluez's DBus Characteristic API
It never worked and was not used. In the future there might be a new
GATT DBUS API offered by Bluez.
Change-Id: If4c05d37e330ff3cdcda3ef3458938e2bce30725
Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp')
-rw-r--r-- | src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp b/src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp index c27a59ee..1d7a6327 100644 --- a/src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp +++ b/src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp @@ -46,7 +46,6 @@ #include "bluez/manager_p.h" #include "bluez/adapter_p.h" #include "bluez/device_p.h" -#include "bluez/characteristic_p.h" #include "bluez/bluez5_helper_p.h" #include "bluez/objectmanager_p.h" #include "bluez/adapter1_bluez5_p.h" |