summaryrefslogtreecommitdiff
path: root/doc/src/bluetooth-qml.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/bluetooth-qml.qdoc')
-rw-r--r--doc/src/bluetooth-qml.qdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/bluetooth-qml.qdoc b/doc/src/bluetooth-qml.qdoc
index 57e4cf68..40bead3c 100644
--- a/doc/src/bluetooth-qml.qdoc
+++ b/doc/src/bluetooth-qml.qdoc
@@ -30,14 +30,14 @@
\page bluetooth-qml.html
-\title Bluetooth QML API
+\title Qt Bluetooth QML API
\brief A QML API enabling basic Bluetooth operations like scanning for Devices
and connecting them.
\ingroup qtconnectivity
\ingroup qtconnectivity-qml
-The Bluetooth API enables an application to scan for devices and connect and
+The Qt Bluetooth QML API enables an application to scan for devices and connect and
interact with them in an easier way than the C++ Classes. However, it is a bit
more limited than the C++ API. You can always use the C++ API to create QML
plugins with the flexibility you need.
@@ -50,7 +50,8 @@ To import the Bluetooth types, use the following:
\snippet ../doc/src/snippets/doc_src_qtbluetooth.qml import
-After importing the Bluetooth API you can use its types. This example shows how to connect to a remote RFCOMM (SPP) server using BluetoothSocket:
+After importing the Qt Bluetooth QML API you can use its types. This example shows how
+to connect to a remote RFCOMM (SPP) server using BluetoothSocket:
\snippet ../doc/src/snippets/doc_src_qtbluetooth.qml service
@@ -69,7 +70,7 @@ After importing the Bluetooth API you can use its types. This example shows how
\row
\li \l{bttennis}{QML Bluetooth Tennis}
- \li The tennis game using a QML interface to the Bluetooth API. It must connect to an
+ \li The tennis game using a QML interface to the Qt Bluetooth QML API. It must connect to an
instance of the C++ \l{bttennis}{Bluetooth Tennis} game to play.
\row
\li \l{btscanner}{QML Bluetooth Scanner}