Man page - org.bluez.obex.agentmanager(5)
Packages contains this manual
- rfcomm(1)
- bluetoothctl-player(1)
- bluetoothctl-assistant(1)
- bluetooth-meshd(8)
- hciconfig(1)
- obexctl(1)
- hex2hcd(1)
- mpris-proxy(1)
- bluetoothctl-endpoint(1)
- bluetoothctl-hci(1)
- bluetoothctl(1)
- bluetoothctl-gatt(1)
- rctest(1)
- hid2hci(1)
- bluemoon(1)
- ciptool(1)
- bluetoothctl-monitor(1)
- l2test(1)
- bluetoothctl-scan(1)
- sdptool(1)
- bluetoothctl-transport(1)
- btmgmt(1)
- hciattach(1)
- btattach(1)
- gatttool(1)
- bluetoothctl-mgmt(1)
- bluetoothctl-admin(1)
- bluetoothd(8)
- hcitool(1)
- bluetoothctl-advertise(1)
- btmon(1)
- l2ping(1)
Package: bluez
apt-get install bluez
apt-get install bluez
Manuals in package:
Documentations in package:
Manual
ORG.BLUEZ.OBEX.AGENTMANAGER
NAMEINTERFACE
Methods
void RegisterAgent(object agent)
void UnregisterAgent(object agent)
NAME
org.bluez.obex.AgentManager - BlueZ D-Bus OBEX AgentManager API documentation
INTERFACE
Service
org.bluez.obex
Interface
org.bluez.obex.AgentManager1
Object path
/org/bluez/obex
Methods
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.AlreadyExists
void 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.DoesNotExist