The BluetoothDeviceFinder class manages Bluetooth LE device scanning, notifes UI and provides list of discovered devices.
More...
#include <bluetoothdevicefinder.h>
|
|
void | scanningChanged () |
| | scanningChanged Emits signal when state of scanning changes
|
| |
|
void | devicesChanged () |
| | devicesChanged Emits signal when new device was added or device list was cleared
|
| |
The BluetoothDeviceFinder class manages Bluetooth LE device scanning, notifes UI and provides list of discovered devices.
◆ BluetoothDeviceFinder()
◆ connectToDevice
| void BluetoothDeviceFinder::connectToDevice |
( |
const QString & |
address | ) |
|
|
slot |
◆ getDevices()
| QVariant BluetoothDeviceFinder::getDevices |
( |
| ) |
|
getDevices Method manages getDevices property
- Returns
- List of all devices found while scanning
◆ isScanning()
| bool BluetoothDeviceFinder::isScanning |
( |
| ) |
const |
isScanning Method manages isScanning property
- Returns
- True if scan is active else returns False
◆ getDevices
| QVariant BluetoothDeviceFinder::getDevices |
|
read |
◆ isScanning
| bool BluetoothDeviceFinder::isScanning |
|
read |
The documentation for this class was generated from the following files:
- E:/MULTIMEDIA/Documents/Qt/HospitalAnalyser_Android/Header/bluetoothdevicefinder.h
- E:/MULTIMEDIA/Documents/Qt/HospitalAnalyser_Android/Source/bluetoothdevicefinder.cpp