4#ifndef SERVERACCEPTANCETHREAD_H
5#define SERVERACCEPTANCETHREAD_H
18#include <QtCore/QMutex>
19#include <QtCore/QJniObject>
20#include <QtBluetooth/QBluetoothServer>
21#include <QtBluetooth/QBluetoothUuid>
23#include "private/qglobal_p.h"
34 QBluetooth::SecurityFlags securityFlags);
53 bool validSetup()
const;
54 void shutdownPendingConnections();
60 int maxPendingConnections;
61 QBluetooth::SecurityFlags secFlags;
Error
This enum describes Bluetooth server error types.
QObject * parent() const
Returns a pointer to the parent object.
\macro QT_RESTRICTED_CAST_FROM_ASCII
QJniObject nextPendingConnection()
void setServiceDetails(const QBluetoothUuid &uuid, const QString &serviceName, QBluetooth::SecurityFlags securityFlags)
void errorOccurred(QBluetoothServer::Error)
void javaNewSocket(jobject socket)
bool hasPendingConnections() const
void javaThreadErrorOccurred(int errorCode)
~ServerAcceptanceThread()
void setMaxPendingConnections(int maximumCount)
Combined button and popup list for selecting options.