Qt 6.9
Qt Bluetooth
C++ Classes
QLowEnergyService
Qt 6.9.1 Reference Documentation
List of All Members for QLowEnergyService
This is the complete list of members for
QLowEnergyService
, including inherited members.
enum
DiscoveryMode
enum
ServiceError
enum
ServiceState
enum
ServiceType
flags
ServiceTypes
enum
WriteMode
~QLowEnergyService
()
characteristic
(const QBluetoothUuid &) const : QLowEnergyCharacteristic
characteristicChanged
(const QLowEnergyCharacteristic &, const QByteArray &)
characteristicRead
(const QLowEnergyCharacteristic &, const QByteArray &)
characteristicWritten
(const QLowEnergyCharacteristic &, const QByteArray &)
characteristics
() const : QList<QLowEnergyCharacteristic>
contains
(const QLowEnergyCharacteristic &) const : bool
contains
(const QLowEnergyDescriptor &) const : bool
descriptorRead
(const QLowEnergyDescriptor &, const QByteArray &)
descriptorWritten
(const QLowEnergyDescriptor &, const QByteArray &)
discoverDetails
(QLowEnergyService::DiscoveryMode)
error
() const : QLowEnergyService::ServiceError
errorOccurred
(QLowEnergyService::ServiceError)
includedServices
() const : QList<QBluetoothUuid>
readCharacteristic
(const QLowEnergyCharacteristic &)
readDescriptor
(const QLowEnergyDescriptor &)
serviceName
() const : QString
serviceUuid
() const : QBluetoothUuid
state
() const : QLowEnergyService::ServiceState
stateChanged
(QLowEnergyService::ServiceState)
type
() const : QLowEnergyService::ServiceTypes
writeCharacteristic
(const QLowEnergyCharacteristic &, const QByteArray &, QLowEnergyService::WriteMode)
writeDescriptor
(const QLowEnergyDescriptor &, const QByteArray &)