![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "btrfcommchannel_p.h"#include "qbluetoothaddress.h"#include "btdelegates_p.h"#include "btutility_p.h"#include <QtCore/qtimer.h>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< QTimer > | channelOpenTimer |
| IOBluetoothRFCOMMChannel* channel |
Definition at line 23 of file btrfcommchannel.mm.
| std::unique_ptr<QTimer> channelOpenTimer |
Definition at line 25 of file btrfcommchannel.mm.
| bool connected |
Definition at line 24 of file btrfcommchannel.mm.
| IOBluetoothDevice* device |
Definition at line 22 of file btrfcommchannel.mm.