API Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
BluetoothManager Class Reference

Logic for using the QBluetooth functions for finding and establishing connections with Bluetooth devices or services. More...

#include <BluetoothManager.h>

Inheritance diagram for BluetoothManager:
[legend]
Collaboration diagram for BluetoothManager:
[legend]

Signals

void bluetoothErrorSignal (int error)
 

Public Member Functions

Buffer< QBluetoothDeviceInfo, uint04, ObjectAllocator< false > > BluetoothDeviceInfo (const ConnectionSearchParamaters &params)
 
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)
 
void LogBluetoothDiscoveryError (int error, ProgressInfo *log)
 
Buffer< StringToBTDConnectionStrings (const QBluetoothDeviceInfo &device)
 

Static Public Member Functions

static ConnectionInfo ConvertFromDeviceInfo (const QBluetoothDeviceInfo &info)
 
static ConnectionInfo ConvertFromServiceInfo (const QBluetoothServiceInfo &info)
 
static BluetoothManagerDefaultManager ()
 
static TranslatedString ErrorMessage (int error)
 

Detailed Description

Logic for using the QBluetooth functions for finding and establishing connections with Bluetooth devices or services.


Member Function Documentation

◆ BluetoothDeviceInfo()

Buffer< QBluetoothDeviceInfo, uint04, ObjectAllocator< false > > BluetoothDeviceInfo ( const ConnectionSearchParamaters & params)

◆ bluetoothErrorSignal

void bluetoothErrorSignal ( int error)
signal

◆ BluetoothServiceInfo() [1/3]

Buffer< QBluetoothServiceInfo, uint04, ObjectAllocator< false > > BluetoothServiceInfo ( const ConnectionInfo & device,
const ConnectionSearchParamaters & params )

◆ BluetoothServiceInfo() [2/3]

Buffer< QBluetoothServiceInfo, uint04, ObjectAllocator< false > > BluetoothServiceInfo ( const ConnectionSearchParamaters & params)

◆ BluetoothServiceInfo() [3/3]

Buffer< QBluetoothServiceInfo, uint04, ObjectAllocator< false > > BluetoothServiceInfo ( const QBluetoothAddress & device,
const ConnectionSearchParamaters & params )

◆ ConvertFromDeviceInfo()

static ConnectionInfo ConvertFromDeviceInfo ( const QBluetoothDeviceInfo & info)
static

◆ ConvertFromServiceInfo()

static ConnectionInfo ConvertFromServiceInfo ( const QBluetoothServiceInfo & info)
static

◆ DefaultManager()

static BluetoothManager & DefaultManager ( )
static

◆ ErrorMessage()

static TranslatedString ErrorMessage ( int error)
static

◆ LogBluetoothDiscoveryError()

void LogBluetoothDiscoveryError ( int error,
ProgressInfo * log )

◆ ToBTDConnectionStrings()

Buffer< String > ToBTDConnectionStrings ( const QBluetoothDeviceInfo & device)

The documentation for this class was generated from the following file: