Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qbluetoothuuid.cpp File Reference

(a6bac31e41b71aeff6272cf8c34f02b237b21184)

#include "qbluetoothuuid.h"
#include "qbluetoothservicediscoveryagent.h"
#include <QStringList>
#include <QtEndian>
#include <string.h>
+ Include dependency graph for qbluetoothuuid.cpp:

Go to the source code of this file.

Functions

void registerQBluetoothUuid ()
 
QDebug operator<< (QDebug debug, const QBluetoothUuid &uuid)
 

Variables

static QT_BEGIN_NAMESPACE constexpr const ushort data2Reference = 0x0000
 
static constexpr const ushort data3Reference = 0x1000
 
static constexpr const unsigned char data4Reference []
 

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug debug,
const QBluetoothUuid & uuid )

Definition at line 1044 of file qbluetoothuuid.cpp.

◆ registerQBluetoothUuid()

void registerQBluetoothUuid ( )

Definition at line 24 of file qbluetoothuuid.cpp.

Variable Documentation

◆ data2Reference

QT_BEGIN_NAMESPACE constexpr const ushort data2Reference = 0x0000
inlinestaticconstexpr

◆ data3Reference

constexpr const ushort data3Reference = 0x1000
inlinestaticconstexpr

◆ data4Reference

constexpr const unsigned char data4Reference[]
inlinestaticconstexpr
Initial value:
{ 0x80, 0x00, 0x00, 0x80,
0x5f, 0x9b, 0x34, 0xfb }

Definition at line 21 of file qbluetoothuuid.cpp.

Referenced by QBluetoothUuid::minimumSize(), QBluetoothUuid::toUInt16(), and QBluetoothUuid::toUInt32().