summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_p.cpp
diff options
context:
space:
mode:
authorNedim Hadzic <nhadzic@blackberry.com>2014-03-12 13:53:59 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 12:50:51 +0100
commit140e8172f7cb8b2482d626aaf3af2f1d032070ea (patch)
treea17debeace5a4901301f6bf1773c424a14bede4a /src/bluetooth/qlowenergycontroller_p.cpp
parent4439541b05ae88a30159a5597d40f569328783ca (diff)
QNX BLE communication moved to controller class
Moving communication with device to QLowEnergyController class. Change-Id: Id783d3aac81c215fbda7c1390bb2abf8ecd2fb2a Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller_p.cpp')
-rw-r--r--src/bluetooth/qlowenergycontroller_p.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/bluetooth/qlowenergycontroller_p.cpp b/src/bluetooth/qlowenergycontroller_p.cpp
index 66230585..de634133 100644
--- a/src/bluetooth/qlowenergycontroller_p.cpp
+++ b/src/bluetooth/qlowenergycontroller_p.cpp
@@ -69,31 +69,6 @@ void QLowEnergyControllerPrivate::disconnectAllServices()
}
-void QLowEnergyControllerPrivate::_q_characteristicError(const QBluetoothUuid &uuid)
-{
- Q_UNUSED(uuid);
-}
-
-void QLowEnergyControllerPrivate::_q_serviceConnected(const QBluetoothUuid &uuid)
-{
- Q_UNUSED(uuid);
-}
-
-void QLowEnergyControllerPrivate::_q_serviceDisconnected(const QBluetoothUuid &uuid)
-{
- Q_UNUSED(uuid);
-}
-
-void QLowEnergyControllerPrivate::_q_serviceError(const QBluetoothUuid &uuid)
-{
- Q_UNUSED(uuid);
-}
-
-void QLowEnergyControllerPrivate::_q_valueReceived(const QBluetoothUuid &uuid)
-{
- Q_UNUSED(uuid);
-}
-
bool QLowEnergyControllerPrivate::enableNotification(const QLowEnergyCharacteristicInfo &characteristic)
{
Q_UNUSED(characteristic);