AusweisApp2
 Alle Klassen Namensbereiche Dateien Funktionen Variablen Typdefinitionen Aufzählungen Aufzählungswerte Propertys Freundbeziehungen Makrodefinitionen
BluetoothDeviceUtil Klassenreferenz

Utility function for determination of unique Bluetooth device ids. Mehr ...

#include <BluetoothDeviceUtil.h>

Öffentliche, statische Methoden

static QString getDeviceId (const QBluetoothDeviceInfo &pInfo)
 According to the Qt documentation: Mehr ...
 

Ausführliche Beschreibung

Utility function for determination of unique Bluetooth device ids.

Dokumentation der Elementfunktionen

static QString BluetoothDeviceUtil::getDeviceId ( const QBluetoothDeviceInfo &  pInfo)
inlinestatic

According to the Qt documentation:

"CoreBluetooth API hides addresses and provides unique UUIDs to identify a device. This UUID is not the same thing as a service UUID and is required to work later with CoreBluetooth API and discovered devices."

So we use the device UUID or the Bluetooth address as device id depending on the operating system we are on.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: