![]() |
Limb Range Analyzer
Cross-platform application for human limb range analysis.
|
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... | |
declaration file for Bluetooth connection class
|
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. |