API Documentation
|
Logic for using the QBluetooth functions for finding and establishing connections with Bluetooth devices or services. More...
#include <BluetoothManager.h>
Signals | |
void | bluetoothErrorSignal (int error) |
Public Member Functions | |
Buffer< QBluetoothDeviceInfo, uint04, ObjectAllocator< false > > | BluetoothDeviceInfo (const ConnectionSearchParamaters ¶ms) |
Buffer< QBluetoothServiceInfo, uint04, ObjectAllocator< false > > | BluetoothServiceInfo (const ConnectionInfo &device, const ConnectionSearchParamaters ¶ms) |
Buffer< QBluetoothServiceInfo, uint04, ObjectAllocator< false > > | BluetoothServiceInfo (const ConnectionSearchParamaters ¶ms) |
Buffer< QBluetoothServiceInfo, uint04, ObjectAllocator< false > > | BluetoothServiceInfo (const QBluetoothAddress &device, const ConnectionSearchParamaters ¶ms) |
void | LogBluetoothDiscoveryError (int error, ProgressInfo *log) |
Buffer< String > | ToBTDConnectionStrings (const QBluetoothDeviceInfo &device) |
Static Public Member Functions | |
static ConnectionInfo | ConvertFromDeviceInfo (const QBluetoothDeviceInfo &info) |
static ConnectionInfo | ConvertFromServiceInfo (const QBluetoothServiceInfo &info) |
static BluetoothManager & | DefaultManager () |
static TranslatedString | ErrorMessage (int error) |
Logic for using the QBluetooth functions for finding and establishing connections with Bluetooth devices or services.
Buffer< QBluetoothDeviceInfo, uint04, ObjectAllocator< false > > BluetoothDeviceInfo | ( | const ConnectionSearchParamaters & | params | ) |
|
signal |
Buffer< QBluetoothServiceInfo, uint04, ObjectAllocator< false > > BluetoothServiceInfo | ( | const ConnectionInfo & | device, |
const ConnectionSearchParamaters & | params ) |
Buffer< QBluetoothServiceInfo, uint04, ObjectAllocator< false > > BluetoothServiceInfo | ( | const ConnectionSearchParamaters & | params | ) |
Buffer< QBluetoothServiceInfo, uint04, ObjectAllocator< false > > BluetoothServiceInfo | ( | const QBluetoothAddress & | device, |
const ConnectionSearchParamaters & | params ) |
|
static |
|
static |
|
static |
|
static |
void LogBluetoothDiscoveryError | ( | int | error, |
ProgressInfo * | log ) |