Enroute Flight Navigation
A navigation app for VFR pilots
Traffic::ConnectionScanner_Bluetooth Class Reference

Connection Scanner: Bluetooth Devices. More...

#include <ConnectionScanner_Bluetooth.h>

Inheritance diagram for Traffic::ConnectionScanner_Bluetooth:
Traffic::ConnectionScanner_Abstract

Public Member Functions

 ConnectionScanner_Bluetooth (QObject *parent=nullptr)
 Constructor.
 
- Public Member Functions inherited from Traffic::ConnectionScanner_Abstract
 ConnectionScanner_Abstract (QObject *parent=nullptr)
 Constructor.
 
QList< Traffic::ConnectionInfoconnectionInfos () const
 Getter method for property with the same name.
 
QString error () const
 Getter method for property with the same name.
 
bool scanning () const
 Getter method for property with the same name.
 

Static Public Member Functions

static QString bluetoothStatus ()
 Bluetooth system status.
 

Additional Inherited Members

- Public Slots inherited from Traffic::ConnectionScanner_Abstract
virtual void start ()=0
 Start scan process.
 
virtual void stop ()=0
 Stop scan process.
 
- Signals inherited from Traffic::ConnectionScanner_Abstract
void connectionInfosChanged ()
 Notifier signal.
 
void connectionDiscovered (const Traffic::ConnectionInfo &info)
 This signal to indicate whenever a device has been discovered.
 
void errorChanged ()
 Notifier signal.
 
void scanFinished ()
 Scan finished.
 
void scanningChanged ()
 Notifier signal.
 
- Properties inherited from Traffic::ConnectionScanner_Abstract
QList< Traffic::ConnectionInfoconnectionInfos
 List of device connections found in the scanning process.
 
QString error
 Errors encountered during the scanning process.
 
bool scanning
 Indicator if scan is in progress.
 

Detailed Description

Connection Scanner: Bluetooth Devices.

This class is a wrapper for QBluetoothDeviceDiscoveryAgent, providing data in a format that can by used by C++ and QML.

Definition at line 37 of file ConnectionScanner_Bluetooth.h.

Constructor & Destructor Documentation

◆ ConnectionScanner_Bluetooth()

Traffic::ConnectionScanner_Bluetooth::ConnectionScanner_Bluetooth ( QObject * parent = nullptr)
explicit

Constructor.

This constructor does not start the scanning process.

Parameters
parentThe standard QObject parent pointer

Member Function Documentation

◆ bluetoothStatus()

static QString Traffic::ConnectionScanner_Bluetooth::bluetoothStatus ( )
staticnodiscard

Bluetooth system status.

Returns
In case where Bluetooth is INOP, this method returns a string with a human-readable, translated error message. Otherwise, an empty string is returned.

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