Limb Range Analyzer
Cross-platform application for human limb range analysis.
bluetooth.hpp File Reference

declaration file for Bluetooth connection class More...

#include "../Headers/bluetoothdevice.hpp"
#include "../Headers/bluetoothservice.hpp"
#include "../Headers/bluetoothinfo.hpp"
#include <QBluetoothDeviceDiscoveryAgent>
#include <QBluetoothDeviceInfo>
#include <QLowEnergyController>
#include <QRegularExpression>
#include <QTimer>
#include <QList>
#include <QPair>

Go to the source code of this file.

Classes

class  Bluetooth
 This class manages Bluetooth connection capabilities. More...
 

Enumerations

enum class  ControllerType { ePrimary = 1 , eSecondary }
 ControllerType enumeration distinguishes between BlueCoin devices. More...
 

Detailed Description

declaration file for Bluetooth connection class

Author
Tomas Bartosik
Date
21.07.2021
COPYRIGHT NOTICE (c) 2021 TBU in Zlin. All rights reserved.

Enumeration Type Documentation

◆ ControllerType

enum class ControllerType
strong

ControllerType enumeration distinguishes between BlueCoin devices.

Just as two devices are supported, this enum presents two options for choosing between primary and secondary device.

Enumerator
ePrimary 

Operations for primary device are selected.

eSecondary 

Operations for secondary device are selected.