9#ifndef BLUEZQT_OBEXAGENT_H
10#define BLUEZQT_OBEXAGENT_H
14#include "bluezqt_export.h"
Bluetooth OBEX agent.
Definition obexagent.h:37
ObexAgent(QObject *parent=nullptr)
Creates a new ObexAgent object.
virtual QDBusObjectPath objectPath() const =0
D-Bus object path of the agent.
virtual void release()
Indicates that the agent was unregistered.
virtual void cancel()
Indicate that the agent request failed before receiving reply.
virtual void authorizePush(ObexTransferPtr transfer, ObexSessionPtr session, const Request< QString > &request)
Requests the agent to authorize an incoming object push request.
D-Bus request.
Definition request.h:39