23#include <QBluetoothDeviceInfo>
24#include <QBluetoothPermission>
25#include <QBluetoothSocket>
27#include "traffic/TrafficDataSource_AbstractSocket.h"
29using namespace Qt::Literals::StringLiterals;
89 [[nodiscard]] QString
dataFormat()
const override {
return u
"FLARM/NMEA"_s; }
98 [[nodiscard]] QString
icon()
const override {
return u
"/icons/material/ic_bluetooth.svg"_s; }
136 void onErrorOccurred(QBluetoothSocket::SocketError error);
139 void onStateChanged(QBluetoothSocket::SocketState state);
148 QBluetoothDeviceInfo m_info;
151 QBluetoothPermission m_bluetoothPermission;
154 QBluetoothSocket m_socket {QBluetoothServiceInfo::RfcommProtocol};
157 QTextStream m_textStream {&m_socket};
Connection to a traffic data receiver.
TrafficDataSource_AbstractSocket(bool isCanonical, QObject *parent)
Default constructor.
bool canonical
Canonicity.
QBluetoothDeviceInfo sourceInfo
Source info.
Traffic::ConnectionInfo connectionInfo() const override
Getter function for the property with the same name.
void connectToTrafficReceiver() override
Start attempt to connect to traffic receiver.
QString dataFormat() const override
Getter function for the property with the same name.
void disconnectFromTrafficReceiver() override
Disconnect from traffic receiver.
QString sourceName() const override
Getter function for the property with the same name.
TrafficDataSource_BluetoothClassic(bool isCanonical, const QBluetoothDeviceInfo &info, QObject *parent)
Default constructor.
QString icon() const override
Getter function for the property with the same name.
QBluetoothDeviceInfo sourceInfo() const
Getter function for the property with the same name.