BluezQt
obexmanager.h
static PendingCall * startService()
Attempts to start org.bluez.obex service by D-Bus activation.
Definition obexmanager.cpp:63
void operationalChanged(bool operational)
Indicates that operational state have changed.
void sessionAdded(ObexSessionPtr session)
Indicates that the session was added.
PendingCall * removeSession(const QDBusObjectPath &session)
Removes an existing OBEX session.
Definition obexmanager.cpp:114
void sessionRemoved(ObexSessionPtr session)
Indicates that the session was removed.
ObexSessionPtr sessionForPath(const QDBusObjectPath &path) const
Returns a session for specified path.
Definition obexmanager.cpp:52
PendingCall * createSession(const QString &destination, const QVariantMap &args)
Creates a new OBEX session.
Definition obexmanager.cpp:105
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.