summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_p.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-10-29 16:22:43 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-11-23 13:11:18 +0000
commita73904741a9bd7f6d7268ba7342aa246b42552e4 (patch)
tree8d5340ce869141aababca8e9c6d5a7a4e5ce29e1 /src/bluetooth/qlowenergycontroller_p.h
parenta80794deb97e8429f20bec602e55fd5b975bb50d (diff)
QLowEnergyController: Rename "sendCommand" function.
With the upcoming implementation of GATT server functionality, the name will not fit anymore. Change-Id: I1a4f3bd5a21c7b13429d120d12831ff3f80d7f7f Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller_p.h')
-rw-r--r--src/bluetooth/qlowenergycontroller_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qlowenergycontroller_p.h b/src/bluetooth/qlowenergycontroller_p.h
index 912e7906..bcff30b8 100644
--- a/src/bluetooth/qlowenergycontroller_p.h
+++ b/src/bluetooth/qlowenergycontroller_p.h
@@ -208,7 +208,7 @@ private:
void handleConnectionRequest();
void closeServerSocket();
- void sendCommand(const QByteArray &packet);
+ void sendPacket(const QByteArray &packet);
void sendNextPendingRequest();
void processReply(const Request &request, const QByteArray &reply);