some more doc updates
This commit is contained in:
parent
196fef2866
commit
c72dc564e1
2 changed files with 5 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
|||
* \endcode
|
||||
* somewhere before app.exec(); in your main.cpp.
|
||||
*
|
||||
* \section Getting started
|
||||
* \section Getting_started
|
||||
* This library currently supports: BluetoothLE UART client
|
||||
* \subsection BluetoothLE UART client
|
||||
* To get started with the BLE client, see the docs of QBluetoothLeUartClient.
|
||||
|
@ -59,7 +59,7 @@
|
|||
*
|
||||
* C++ example:
|
||||
* \code{.cpp}
|
||||
* #include <qbluetoothleuartClient.h>
|
||||
* #include <qbluetoothleuartclient.h>
|
||||
* class MyBluetoothLeClass : QObject {
|
||||
* public:
|
||||
* MyBluetoothLeClass(QObject* parent = nullptr) : QObject(parent) {
|
||||
|
@ -122,6 +122,8 @@
|
|||
* }
|
||||
* }
|
||||
* \endcode
|
||||
*
|
||||
* To get all available devices in a model, use the QBluetoothLeUartDeviceModel.
|
||||
*/
|
||||
class QBluetoothLeUartClient : public QObject
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* \code{.qml}
|
||||
* import de.itsblue.bluetoothleuart 1.0
|
||||
*
|
||||
* QBluetoothLeUart {
|
||||
* QBluetoothLeUartClient {
|
||||
* id: ble
|
||||
* Component.onCompleted: {
|
||||
* ble.startScanningForDevices()
|
||||
|
|
Loading…
Reference in a new issue