43 Q_PROPERTY(QList<Traffic::ConnectionInfo> connectionInfos READ connectionInfos NOTIFY
connectionInfosChanged)
82 void start()
override;
93 void onDeviceDiscovered(
const QBluetoothDeviceInfo& info);
96 void onDeviceUpdated(
const QBluetoothDeviceInfo& info, QBluetoothDeviceInfo::Fields updatedFields);
99 void onErrorOccurred(QBluetoothDeviceDiscoveryAgent::Error error);
106 void updateConnectionInfos();
109 QBluetoothPermission m_bluetoothPermission;
110 QBluetoothDeviceDiscoveryAgent m_discoveryAgent;