Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
btutility.mm File Reference

(ae1a1f5efce291f613a13757ff6f744fcca2d2ce)

#include "qlowenergycharacteristicdata.h"
#include "qbluetoothaddress.h"
#include "qbluetoothuuid.h"
#include "btutility_p.h"
#include <QtCore/qoperatingsystemversion.h>
#include <QtCore/qendian.h>
#include <QtCore/qstring.h>
import <IOBluetooth/objc/IOBluetoothSDPUUID.h>
import <CoreFoundation/CoreFoundation.h>
import <CoreBluetooth/CBUUID.h>
#include <algorithm>
#include <limits>
Include dependency graph for btutility.mm:

Go to the source code of this file.

Classes

class  DarwinBluetooth::SerialDispatchQueue

Namespaces

namespace  DarwinBluetooth

Functions

QString DarwinBluetooth::qt_address (NSString *address)
QBluetoothAddress DarwinBluetooth::qt_address (const BluetoothDeviceAddress *address)
BluetoothDeviceAddress DarwinBluetooth::iobluetooth_address (const QBluetoothAddress &address)
ObjCStrongReference< IOBluetoothSDPUUID > DarwinBluetooth::iobluetooth_uuid (const QBluetoothUuid &uuid)
QBluetoothUuid DarwinBluetooth::qt_uuid (IOBluetoothSDPUUID *uuid)
QString DarwinBluetooth::qt_error_string (IOReturn errorCode)
void DarwinBluetooth::qt_test_iobluetooth_runloop ()
QBluetoothUuid DarwinBluetooth::qt_uuid (CBUUID *uuid)
ObjCStrongReference< CBUUID > DarwinBluetooth::cb_uuid (const QBluetoothUuid &qtUuid)
bool DarwinBluetooth::equal_uuids (const QBluetoothUuid &qtUuid, CBUUID *cbUuid)
bool DarwinBluetooth::equal_uuids (CBUUID *cbUuid, const QBluetoothUuid &qtUuid)
QByteArray DarwinBluetooth::qt_bytearray (NSData *data)
template<class Integer>
QByteArray DarwinBluetooth::qt_bytearray (Integer n)
QByteArray DarwinBluetooth::qt_bytearray (NSString *string)
QByteArray DarwinBluetooth::qt_bytearray (NSObject *data)
ObjCStrongReference< NSData > DarwinBluetooth::data_from_bytearray (const QByteArray &qtData)
ObjCStrongReference< NSMutableData > DarwinBluetooth::mutable_data_from_bytearray (const QByteArray &qtData)
dispatch_queue_t DarwinBluetooth::qt_LE_queue ()