logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

org.bluez.AgentManager - BlueZ D-Bus AgentManager API documentation

Interface

Service org.bluez Interface org.bluez.AgentManager1 Objectpath /org/bluez MethodsvoidRegisterAgent(objectagent,stringcapability) Registers pairing agent. The object path defines the path of the agent that will be called when user input is needed and must implement org.bluez.Agent(5) interface. Every application can register its own agent and for all actions triggered by that application its agent is used. It is not required by an application to register an agent. If an application does chooses to not register an agent, the default agent is used. This is on most cases a good idea. Only application like a pairing wizard should register their own agent. An application can only register one agent. Multiple agents per application is not supported. Possible capability values: "" Fallback to "KeyboardDisplay". "DisplayOnly""DisplayYesNo""KeyboardOnly""NoInputNoOutput""KeyboardDisplay" Possible errors: org.bluez.Error.InvalidArgumentsorg.bluez.Error.AlreadyExistsvoidUnregisterAgent(objectagent) Unregisters an 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.Error.DoesNotExistvoidRequestDefaultAgent(objectagent) Requests to make the application agent the default agent. The application is required to register an agent. Special permission might be required to become the default agent. Possible errors: org.bluez.Error.DoesNotExist BlueZ October 2023 ORG.BLUEZ.AGENTMANAGER(5)

Name

org.bluez.AgentManager - BlueZ D-Bus AgentManager API documentation

See Also