summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetooth.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@nokia.com>2012-02-28 16:54:20 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-29 12:39:49 +0100
commit86f234ad2de4b25eb394739ecf672132904496e2 (patch)
tree58a86b3f96c0c91666c64a3d04ddbfd0387f8e41 /src/bluetooth/qbluetooth.cpp
parent7622a55810a96961ad657207e0ad99d6b6ff98d1 (diff)
Language edits to the QDoc markup
Change-Id: I13206b25dbd87ce0d066cb21842dfbd516bd2bbc Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/bluetooth/qbluetooth.cpp')
-rw-r--r--src/bluetooth/qbluetooth.cpp20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/bluetooth/qbluetooth.cpp b/src/bluetooth/qbluetooth.cpp
index 0ce8e3ee..c0026d85 100644
--- a/src/bluetooth/qbluetooth.cpp
+++ b/src/bluetooth/qbluetooth.cpp
@@ -58,23 +58,21 @@ namespace QBluetooth {
This enum describe the security requirements of a Bluetooth service.
- \value NoSecurity The service does not require any security.
+ \value NoSecurity The service does not require any security.
- \value Authorization The service requires authorization. Device does not
- have to paired, the connection will be granted by prompting the user unless
- the device is Authorized-Paired where the connection will be made
- automatically.
+ \value Authorization The service requires authorization by the user,
+ unless the device is Authorized-Paired.
\value Authentication The service requires authentication. Device must
- paired, the user maybe prompted on connection unless the device is
+ be paired, and the user is prompted on connection unless the device is
Authorized-Paired.
- \value Encryption The service requires that the communications link be
- encrypted. This requires the device be paired.
+ \value Encryption The service requires the communication link to be
+ encrypted. This requires the device to be paired.
- \value Secure The service requires that the communications link be secure.
- Legacy pairing is not permitted, Simple Pairing from Bluetooth 2.1 or
- greater is required.
+ \value Secure The service requires the communication link to be secure.
+ Simple Pairing from Bluetooth 2.1 or greater is required.
+ Legacy pairing is not permitted.
*/
}