BluezQt
pendingcall.h
51 NoError = 0,
53 NotReady = 1,
55 Failed = 2,
57 Rejected = 3,
59 Canceled = 4,
61 InvalidArguments = 5,
63 AlreadyExists = 6,
65 DoesNotExist = 7,
67 InProgress = 8,
69 NotInProgress = 9,
71 AlreadyConnected = 10,
73 ConnectFailed = 11,
75 NotConnected = 12,
77 NotSupported = 13,
79 NotAuthorized = 14,
81 AuthenticationCanceled = 15,
83 AuthenticationFailed = 16,
85 AuthenticationRejected = 17,
87 AuthenticationTimeout = 18,
89 ConnectionAttemptFailed = 19,
91 InvalidLength = 20,
93 NotPermitted = 21,
95 DBusError = 98,
97 InternalError = 99,
99 UnknownError = 100,
183 BLUEZQT_NO_EXPORT explicit PendingCall(Error error, const QString &errorText, QObject *parent = nullptr);
184 BLUEZQT_NO_EXPORT explicit PendingCall(const QDBusPendingCall &call, ReturnType type, QObject *parent = nullptr);
188 using ExternalProcessor = std::function<void(QDBusPendingCallWatcher *watcher, ErrorProcessor errorProcessor, QVariantList *values)>;
189 explicit PendingCall(const QDBusPendingCall &call, ExternalProcessor externalProcessor, QObject *parent = nullptr);
Bluetooth adapter.
Bluetooth device.
Bluetooth LE GATT characteristic.
Bluetooth LE GATT descriptor.
Bluetooth GattManager.
Bluetooth LE advertising manager.
Bluetooth manager.
Media player.
Media transport.
Bluetooth Media.
OBEX file transfer.
OBEX manager.
OBEX object push.
OBEX session.
OBEX transfer.
Pending method call.
void finished(PendingCall *call)
Indicates that the call have finished.
Pending method call (template version).
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.