summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothservicediscoveryagent.cpp')
-rw-r--r--src/bluetooth/qbluetoothservicediscoveryagent.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bluetooth/qbluetoothservicediscoveryagent.cpp b/src/bluetooth/qbluetoothservicediscoveryagent.cpp
index 1afe9e15..567dcb3d 100644
--- a/src/bluetooth/qbluetoothservicediscoveryagent.cpp
+++ b/src/bluetooth/qbluetoothservicediscoveryagent.cpp
@@ -52,14 +52,13 @@ QTBLUETOOTH_BEGIN_NAMESPACE
provided by a Bluetooth device.
\ingroup connectivity-bluetooth
- \inmodule QtConnectivity
- \since 5.0
+ \inmodule QtBluetooth
To query the services provided by all contactable Bluetooth devices create an instance of
QBluetoothServiceDiscoveryAgent, connect to either the serviceDiscovered() or finished()
signals and call start().
- \snippet snippets/connectivity/servicediscovery.cpp Service discovery
+ \snippet ../doc/src/snippets/servicediscovery.cpp Service discovery
By default a minimal service discovery is performed. In this mode the QBluetotohServiceInfo
objects returned are guaranteed to contain only device and service UUID information. Depending