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
btrfcommchannel.mm File Reference

(b16c4cfa6f27ee077cb72980e529e5cbe15bef79)

#include "btrfcommchannel_p.h"
#include "qbluetoothaddress.h"
#include "btdelegates_p.h"
#include "btutility_p.h"
#include <QtCore/qtimer.h>
+ Include dependency graph for btrfcommchannel.mm:

Go to the source code of this file.

Namespaces

namespace  QT_USE_NAMESPACE
 

Variables

static constexpr auto QT_USE_NAMESPACE::channelOpenTimeoutMs = std::chrono::milliseconds{20000}
 
IOBluetoothDevice * device
 
IOBluetoothRFCOMMChannel * channel
 
bool connected
 
std::unique_ptr< QTimerchannelOpenTimer
 

Variable Documentation

◆ channel

IOBluetoothRFCOMMChannel* channel

Definition at line 23 of file btrfcommchannel.mm.

◆ channelOpenTimer

std::unique_ptr<QTimer> channelOpenTimer

Definition at line 25 of file btrfcommchannel.mm.

◆ connected

bool connected

Definition at line 24 of file btrfcommchannel.mm.

◆ device

IOBluetoothDevice* device
Initial value:
{
QT_PREPEND_NAMESPACE(DarwinBluetooth)::ChannelDelegate *delegate

Definition at line 22 of file btrfcommchannel.mm.