Obsolete Members for QBluetoothDeviceInfo

The following members of class QBluetoothDeviceInfo are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(obsolete) QBluetoothDeviceInfo::DataCompleteness serviceUuidsCompleteness() const
(obsolete) void setServiceUuids(const QList<QBluetoothUuid> &uuids, QBluetoothDeviceInfo::DataCompleteness completeness)

Member Function Documentation

QBluetoothDeviceInfo::DataCompleteness QBluetoothDeviceInfo::serviceUuidsCompleteness() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Returns the completeness of the service UUID list. If DataComplete is returned, serviceUuids() returns the complete list of service UUIDs supported by the device, otherwise only the partial or empty list of service UUIDs. To get a list of all services supported by the device, a full service discovery needs to be performed.

void QBluetoothDeviceInfo::setServiceUuids(const QList<QBluetoothUuid> &uuids, QBluetoothDeviceInfo::DataCompleteness completeness)

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Sets the list of service UUIDs to uuids and the completeness of the data to completeness.

See also serviceUuids().

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.