org.bluez.obex.AgentManager
ORG.BLUEZ.OBEX.AGENTMANAGER(5) Linux System Administration ORG.BLUEZ.OBEX.AGENTMANAGER(5)
NAME
org.bluez.obex.AgentManager - BlueZ D-Bus OBEX AgentManager API documentationINTERFACE
Service
org.bluez.obex
Interface
org.bluez.obex.AgentManager1
Object path
/org/bluez/obexMethods void RegisterAgent(object agent)
Registers an agent, which must implement org.bluez.obex.Agent(5), to request authorization of the user to accept/reject objects.
Object push service needs to authorize each received object.
Possible errors:
org.bluez.obex.Error.AlreadyExistsvoid UnregisterAgent(object agent)
Unregisters the agent that has been previously registered using RegisterAgent(). The object path parameter must match the same value that has been used on registration.
Possible errors:
org.bluez.obex.Error.DoesNotExistBlueZ October 2023 ORG.BLUEZ.OBEX.AGENTMANAGER(5)