![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <btcentralmanager_p.h>
Public Types | |
enum | RequestType { CharRead , CharWrite , DescRead , DescWrite , ClientConfiguration , Invalid } |
Public Member Functions | |
LERequest () | |
Public Attributes | |
RequestType | type |
bool | withResponse |
QLowEnergyHandle | handle |
QByteArray | value |
Definition at line 63 of file btcentralmanager_p.h.
Enumerator | |
---|---|
CharRead | |
CharWrite | |
DescRead | |
DescWrite | |
ClientConfiguration | |
Invalid |
Definition at line 64 of file btcentralmanager_p.h.
|
inline |
Definition at line 73 of file btcentralmanager_p.h.
References LERequest(), Invalid, type, and withResponse.
Referenced by LERequest().
QLowEnergyHandle DarwinBluetooth::LERequest::handle |
Definition at line 80 of file btcentralmanager_p.h.
RequestType DarwinBluetooth::LERequest::type |
Definition at line 78 of file btcentralmanager_p.h.
Referenced by LERequest().
QByteArray DarwinBluetooth::LERequest::value |
Definition at line 81 of file btcentralmanager_p.h.
bool DarwinBluetooth::LERequest::withResponse |
Definition at line 79 of file btcentralmanager_p.h.
Referenced by LERequest().