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>());
static AndroidBluetoothAdapter getDefaultAdapter()
Get the default bluetooth adapter.
Definition: AndroidBluetoothAdapter.cpp:57
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
bool isStateOn() const
Returns true, if bluetooth is turned on.
Definition: AndroidBluetoothAdapter.cpp:106
bool isAvailable() const
Definition: AndroidBluetoothAdapter.cpp:112
QVector< QBluetoothDeviceInfo > getBondedDevices() const
Return the set of BluetoothDeviceInfo objects that are bonded (paired) to the local adapter.
Definition: AndroidBluetoothAdapter.cpp:100
Definition: AndroidBluetoothAdapter.h:17