![]() |
Qt 6.x
The Qt SDK
|
#include "qbluetoothserver.h"#include "qbluetoothserver_p.h"#include "qbluetoothsocket.h"#include "qbluetoothlocaldevice.h"#include "qbluetoothsocket_winrt_p.h"#include "qbluetoothutils_winrt_p.h"#include <QtCore/QLoggingCategory>#include <QtCore/private/qfunctions_winrt_p.h>#include <windows.networking.h>#include <windows.networking.connectivity.h>#include <windows.networking.sockets.h>
Include dependency graph for qbluetoothserver_winrt.cpp:Go to the source code of this file.
Typedefs | |
| typedef ITypedEventHandler< StreamSocketListener *, StreamSocketListenerConnectionReceivedEventArgs * > | ClientConnectedHandler |
Variables | |
| QT_BEGIN_NAMESPACE QHash< QBluetoothServerPrivate *, int > | __fakeServerPorts |
| typedef ITypedEventHandler<StreamSocketListener *, StreamSocketListenerConnectionReceivedEventArgs *> ClientConnectedHandler |
Definition at line 27 of file qbluetoothserver_winrt.cpp.
| QT_BEGIN_NAMESPACE QHash<QBluetoothServerPrivate *, int> __fakeServerPorts |
Definition at line 33 of file qbluetoothserver_winrt.cpp.