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
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]

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

Definition at line 141 of file qbluetoothsocketbase_p.h.

Referenced by HciManager::addressForConnectionHandle(), QBluetoothSocketPrivateBluez::connectToServiceHelper(), ServerSocket::listen(), QBluetoothSocketPrivateBluez::localAddress(), QBluetoothSocketPrivateBluez::peerAddress(), and QBluetoothSocketPrivateBluez::peerName().

+ Here is the caller graph for this function:

◆ convertAddress() [2/2]

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

Definition at line 151 of file qbluetoothsocketbase_p.h.