#include <qglobal.h>
#include <QObject>
#include <QLabel>
#include <QBluetoothLocalDevice>
#include <QBluetoothDeviceInfo>
#include <QBluetoothDeviceDiscoveryAgent>
#include <QBluetoothSocket>
#include <QBluetoothServer>
#include <unistd.h>
Aller au code source de ce fichier.
|
static const QString | serviceUuid (QStringLiteral("00001101-0000-1000-8000-00805F9B34FB")) |
|
static const QString | serviceNom (QStringLiteral("raspberry")) |
|
◆ serviceNom()
static const QString serviceNom |
( |
QStringLiteral("raspberry") |
| ) |
|
|
static |
◆ serviceUuid()
static const QString serviceUuid |
( |
QStringLiteral("00001101-0000-1000-8000-00805F9B34FB") |
| ) |
|
|
static |