From e8d9bd63b05b33b22ff5d19fb31ad55b1e409256 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 3 Jan 2018 13:34:48 +0100 Subject: Improve documentation about missing iOS support in QtBluetooth Task-number: QTBUG-65547 Change-Id: I472b354621db89a921eec01b1459d46dbaa15ac0 Reviewed-by: Timur Pocheptsov --- src/bluetooth/qbluetoothserver.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/bluetooth/qbluetoothserver.cpp') diff --git a/src/bluetooth/qbluetoothserver.cpp b/src/bluetooth/qbluetoothserver.cpp index 99d3b53a..90c3ff19 100644 --- a/src/bluetooth/qbluetoothserver.cpp +++ b/src/bluetooth/qbluetoothserver.cpp @@ -66,6 +66,9 @@ QT_BEGIN_NAMESPACE If the \l QBluetoothServiceInfo::Protocol is not supported by a platform, \l listen() will return \c false. Android and WinRT only support RFCOMM for example. + On iOS, this class cannot be used because the platform does not expose + an API which may permit access to QBluetoothServer related features. + \sa QBluetoothServiceInfo, QBluetoothSocket */ -- cgit v1.2.1 From d3f89fd77ec1fbd262a9479c37772a0aa6a13394 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Tue, 13 Feb 2018 14:37:15 +0100 Subject: Fix typos Change-Id: I0a35d5584c2c4364c6987d9add5e66f996647403 Reviewed-by: Leena Miettinen --- src/bluetooth/qbluetoothserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bluetooth/qbluetoothserver.cpp') diff --git a/src/bluetooth/qbluetoothserver.cpp b/src/bluetooth/qbluetoothserver.cpp index 90c3ff19..d9e42adf 100644 --- a/src/bluetooth/qbluetoothserver.cpp +++ b/src/bluetooth/qbluetoothserver.cpp @@ -189,7 +189,7 @@ QBluetoothServer::~QBluetoothServer() required to call \l QBluetoothServiceInfo::unregisterService() and \l close() on this server object. - Returns a registered QBluetoothServiceInfo instance if sucessful otherwise an + Returns a registered QBluetoothServiceInfo instance if successful otherwise an invalid QBluetoothServiceInfo. This function always assumes that the default Bluetooth adapter should be used. -- cgit v1.2.1