![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qbluetoothserviceinfo.h"
#include "btsdpinquiry_p.h"
#include "qbluetoothuuid.h"
#include "btdelegates_p.h"
#include "btutility_p.h"
#include <QtCore/qoperatingsystemversion.h>
#include <QtCore/qvariant.h>
#include <QtCore/qstring.h>
#include <QtCore/qtimer.h>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | DarwinBluetooth |
Functions | |
QVariant | DarwinBluetooth::extract_attribute_value (IOBluetoothSDPDataElement *dataElement) |
void | DarwinBluetooth::extract_service_record (IOBluetoothSDPServiceRecord *record, QBluetoothServiceInfo &serviceInfo) |
QList< QBluetoothUuid > | DarwinBluetooth::extract_services_uuids (IOBluetoothDevice *device) |
Variables | |
ObjCScopedPointer< IOBluetoothDevice > | device |
bool | isActive |
std::unique_ptr< QTimer > | connectionWatchdog |
std::unique_ptr<QTimer> connectionWatchdog |
Definition at line 197 of file btsdpinquiry.mm.
ObjCScopedPointer<IOBluetoothDevice> device |
Definition at line 193 of file btsdpinquiry.mm.
bool isActive |
Definition at line 194 of file btsdpinquiry.mm.