summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothlocaldevice.cpp')
-rw-r--r--src/bluetooth/qbluetoothlocaldevice.cpp14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/bluetooth/qbluetoothlocaldevice.cpp b/src/bluetooth/qbluetoothlocaldevice.cpp
index e299ab71..14140846 100644
--- a/src/bluetooth/qbluetoothlocaldevice.cpp
+++ b/src/bluetooth/qbluetoothlocaldevice.cpp
@@ -139,9 +139,11 @@ bool QBluetoothLocalDevice::isValid() const
\fn void QBluetoothLocalDevice::setHostMode(QBluetoothLocalDevice::HostMode mode)
Sets the host mode of this local Bluetooth device to \a mode.
- NOTE: Due to security policies of platforms, this method may behave different on different platforms. For example
- the system can ask the user for confirmation before turning Bluetooth on or off. Not all host modes may be
- supported on all platforms. Please refer to the platform specific Bluetooth documentation for details.
+
+ \note Due to varying security policies on the supported platforms, this method may have
+ differing behaviors on the various platforms. For example the system may ask the user for
+ confirmation before turning Bluetooth on or off and not all host modes may be supported.
+ Please refer to the platform specific Bluetooth documentation for details.
*/
/*!
@@ -172,8 +174,10 @@ bool QBluetoothLocalDevice::isValid() const
\fn QBluetoothLocalDevice::powerOn()
Powers on the device after returning it to the hostMode() state, if it was powered off.
- NOTE: Due to security policies of platforms, this method may behave different on different platforms. For example
- the system can ask the user for confirmation before turning Bluetooth on or off.
+
+ \note Due to varying security policies on the supported platforms, this method may have
+ differing behaviors on the various platforms. For example
+ the system may ask the user for confirmation before turning Bluetooth on or off.
Please refer to the platform specific Bluetooth documentation for details.
*/