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
org.qtproject.qt.android.bluetooth.QtBluetoothSocketServer Class Reference
+ Inheritance diagram for org.qtproject.qt.android.bluetooth.QtBluetoothSocketServer:
+ Collaboration diagram for org.qtproject.qt.android.bluetooth.QtBluetoothSocketServer:

Public Member Functions

 QtBluetoothSocketServer (Context context)
 
void setServiceDetails (String uuid, String serviceName, boolean isSecure)
 
void run ()
 
void close ()
 

Static Public Member Functions

static native void errorOccurred (long qtObject, int errorCode)
 
static native void newSocket (long qtObject, BluetoothSocket socket)
 

Public Attributes

boolean logEnabled = false
 

Detailed Description

Definition at line 16 of file QtBluetoothSocketServer.java.

Constructor & Destructor Documentation

◆ QtBluetoothSocketServer()

org.qtproject.qt.android.bluetooth.QtBluetoothSocketServer.QtBluetoothSocketServer ( Context context)
inline

Definition at line 38 of file QtBluetoothSocketServer.java.

References context, and setName().

+ Here is the call graph for this function:

Member Function Documentation

◆ close()

void org.qtproject.qt.android.bluetooth.QtBluetoothSocketServer.close ( )
inline

Definition at line 132 of file QtBluetoothSocketServer.java.

References TAG.

◆ errorOccurred()

static native void org.qtproject.qt.android.bluetooth.QtBluetoothSocketServer.errorOccurred ( long qtObject,
int errorCode )
static

◆ newSocket()

static native void org.qtproject.qt.android.bluetooth.QtBluetoothSocketServer.newSocket ( long qtObject,
BluetoothSocket socket )
static

◆ run()

void org.qtproject.qt.android.bluetooth.QtBluetoothSocketServer.run ( )
inline

Definition at line 52 of file QtBluetoothSocketServer.java.

References manager, and TAG.

◆ setServiceDetails()

void org.qtproject.qt.android.bluetooth.QtBluetoothSocketServer.setServiceDetails ( String uuid,
String serviceName,
boolean isSecure )
inline

Definition at line 44 of file QtBluetoothSocketServer.java.

Member Data Documentation

◆ logEnabled

boolean org.qtproject.qt.android.bluetooth.QtBluetoothSocketServer.logEnabled = false

Definition at line 23 of file QtBluetoothSocketServer.java.


The documentation for this class was generated from the following file: