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
QBluetooth Namespace Reference

\inmodule QtBluetooth More...

Enumerations

enum class  Security {
  NoSecurity = 0x00 , Authorization = 0x01 , Authentication = 0x02 , Encryption = 0x04 ,
  Secure = 0x08
}
 
enum class  AttAccessConstraint { AttAuthorizationRequired = 0x1 , AttAuthenticationRequired = 0x2 , AttEncryptionRequired = 0x4 }
 

Detailed Description

\inmodule QtBluetooth

The QBluetooth namespace provides classes and functions related to Bluetooth.

Since
5.2

Enumeration Type Documentation

◆ AttAccessConstraint

Enumerator
AttAuthorizationRequired 
AttAuthenticationRequired 
AttEncryptionRequired 

Definition at line 30 of file qbluetooth.h.

◆ Security

enum class QBluetooth::Security
strong
Enumerator
NoSecurity 
Authorization 
Authentication 
Encryption 
Secure 

Definition at line 19 of file qbluetooth.h.