gehe zur Dokumentation dieser Datei
10 #include <QBluetoothDeviceInfo>
20 static QBluetoothDeviceInfo::CoreConfiguration fromAndroidDeviceType(
int pAndroidDeviceTypeConstant);
24 QVector<QBluetoothDeviceInfo> mBondedDevices;
27 bool pStateOn =
false,
28 const QVector<QBluetoothDeviceInfo>& pKnownBluetoothDevices = QVector<QBluetoothDeviceInfo>());
Definition: AndroidBluetoothAdapter.h:18
const char * name
Definition: http_parser.cpp:470
bool isAvailable() const
Definition: AndroidBluetoothAdapter.cpp:112
const int DEVICE_TYPE_LE
Definition: AndroidBluetoothAdapter.cpp:21
const int DEVICE_TYPE_CLASSIC
Definition: AndroidBluetoothAdapter.cpp:19
const int STATE_ON
Definition: AndroidBluetoothAdapter.cpp:26
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
bool isStateOn() const
Returns true, if bluetooth is turned on.
Definition: AndroidBluetoothAdapter.cpp:106
static AndroidBluetoothAdapter getDefaultAdapter()
Get the default bluetooth adapter.
Definition: AndroidBluetoothAdapter.cpp:57
QVector< QBluetoothDeviceInfo > getBondedDevices() const
Return the set of BluetoothDeviceInfo objects that are bonded (paired) to the local adapter.
Definition: AndroidBluetoothAdapter.cpp:100
const int DEVICE_TYPE_DUAL
Definition: AndroidBluetoothAdapter.cpp:20