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
qbluetoothsocketbase_p.h File Reference

(664d2a1cf019f76adf433d41b1418e515ffce86c)

#include <qglobal.h>
#include <QObject>
#include <QtBluetooth/qbluetoothsocket.h>
#include "qprivatelinearbuffer_p.h"
Include dependency graph for qbluetoothsocketbase_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QBluetoothSocketBasePrivate

Macros

#define QPRIVATELINEARBUFFER_BUFFERSIZE   Q_INT64_C(16384)

Functions

static void convertAddress (const quint64 from, quint8(&to)[6])
static quint64 convertAddress (const quint8(&from)[6], quint64 *to=nullptr)

Macro Definition Documentation

◆ QPRIVATELINEARBUFFER_BUFFERSIZE

#define QPRIVATELINEARBUFFER_BUFFERSIZE   Q_INT64_C(16384)

Definition at line 47 of file qbluetoothsocketbase_p.h.

Function Documentation

◆ convertAddress() [1/2]

void convertAddress ( const quint64 from,
quint8(&) to[6] )
inlinestatic

Definition at line 141 of file qbluetoothsocketbase_p.h.

◆ convertAddress() [2/2]

quint64 convertAddress ( const quint8(&) from[6],
quint64 * to = nullptr )
inlinestatic

Definition at line 151 of file qbluetoothsocketbase_p.h.