3#include <NDEVR/Connection.h>
8class QBluetoothDeviceInfo;
9class QBluetoothServiceInfo;
10class QBluetoothAddress;
23 Buffer<String> ToBTDConnectionStrings(
const QBluetoothDeviceInfo& device);
24 void LogBluetoothDiscoveryError(
int error,
ProgressInfo* log);
30 static ConnectionInfo ConvertFromDeviceInfo(
const QBluetoothDeviceInfo& info);
31 static ConnectionInfo ConvertFromServiceInfo(
const QBluetoothServiceInfo& info);
Definition BluetoothManager.h:19
void bluetoothErrorSignal(int error)
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:59
A light-weight base class for Log that allows processes to update, without the need for.
Definition ProgressInfo.hpp:48
Logic for reading or writing to a string or a user friendly, TranslatedString.
Definition StringStream.h:118
Any text displayed to the user should be defined as a TranslatedString which allows the.
Definition TranslatedString.h:13
Definition Connection.h:87
Definition Connection.h:120