AusweisApp2
|
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 ... | |
Utility function for determination of unique Bluetooth device ids.
|
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.