summaryrefslogtreecommitdiff
path: root/src/agent.c
Commit message (Expand)AuthorAgeFilesLines
* core: Rename hcid.h to btd.hLuiz Augusto von Dentz2020-10-291-1/+1
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* agent: Detect when ongoing request is already in progressLuiz Augusto von Dentz2019-12-271-45/+83
* agent: Make the first agent to register the defaultLuiz Augusto von Dentz2018-07-301-8/+6
* agent: Change default IO capability to KeyboardDisplayJohan Hedberg2015-11-251-1/+1
* core: Use local libbluetooth includesMarcel Holtmann2015-02-281-4/+5
* core: List all enum values in switchSzymon Janc2014-12-081-0/+4
* Revert "core: Fix unnecessary calls to agent_cancel()"Luiz Augusto von Dentz2014-10-301-0/+1
* core: Remove always_pairable featureJohan Hedberg2014-07-301-7/+0
* core: Move always_pairable check into adapter_set_pairable()Johan Hedberg2014-07-181-2/+1
* core: Add convenience API to check for available default agentJohan Hedberg2014-07-181-0/+5
* core: Make pairable mode dependent on the existence of a default agentJohan Hedberg2014-07-181-0/+4
* agent: Allow to stack default agentsSzymon Janc2014-04-291-11/+36
* core: Fix unnecessary calls to agent_cancel()Johan Hedberg2014-03-191-1/+0
* agent: Remove not used enum valueSzymon Janc2014-01-181-1/+0
* core: Fix crash due to agent callback freeing the agentSzymon Janc2013-12-101-0/+4
* core: Fix protecting from agent callback freeing the agentJohan Hedberg2013-11-271-0/+5
* core: Make use of g_dbus_send_message_with_replyLuiz Augusto von Dentz2013-09-091-6/+6
* core: Add logging of default agent changesJohan Hedberg2013-06-071-0/+5
* core: Remove the total silly usage of gchar and replace it with just charMarcel Holtmann2013-01-041-6/+6
* core: Prefer adapter_foreach over manager functionJohan Hedberg2013-01-031-2/+1
* core: Use ERROR_INTERFACE instead of org.bluez.ErrorAnderson Lizardo2012-12-221-2/+3
* core: Improve error logging for agent repliesJohan Hedberg2012-12-191-2/+2
* core: Check for valid agent capabilityMarcel Holtmann2012-12-181-0/+2
* core: Update agent manager implementation to match API docJohan Hedberg2012-12-181-2/+10
* core: Remove implicit setting of the default agentJohan Hedberg2012-12-171-25/+10
* core: Clear default agent in agent_disconnect()Johan Hedberg2012-12-171-0/+3
* core: Set implicit default agent when first agent registersJohan Hedberg2012-12-171-0/+3
* core: Fix looking up "any" agent from the hash tableJohan Hedberg2012-12-171-8/+18
* core: Remove unused agent_matches functionJohan Hedberg2012-12-171-8/+0
* core: Remove unused agent_is_busy functionJohan Hedberg2012-12-171-11/+0
* core: Update adapter IO capability based on default agentJohan Hedberg2012-12-171-4/+26
* core: Make agent_create private to agent.cJohan Hedberg2012-12-171-13/+3
* core: Implement AgentManager1.RequestDefaultJohan Hedberg2012-12-171-5/+31
* core: Add agent_get functionJohan Hedberg2012-12-171-0/+14
* core: Use existing agent struct for new AgentManager1 interfaceJohan Hedberg2012-12-171-88/+64
* core: Add reference counting for agent objectsJohan Hedberg2012-12-171-4/+18
* core: Add agent registration handling of agent managerMarcel Holtmann2012-12-151-1/+111
* core: Add empty stubs for agent managerMarcel Holtmann2012-12-141-0/+34
* core: Append version to Agent interfaceLuiz Augusto von Dentz2012-12-141-9/+10
* core: Remove ConfirmModeChange methodLuiz Augusto von Dentz2012-12-131-55/+0
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* core: Add SSP just-works acceptor mapping to Agent.RequestAuthorizationJohan Hedberg2012-12-041-0/+58
* agent: Rename Authorize to AuthorizeServiceJohan Hedberg2012-12-041-14/+11
* agent: Remote not used variables from pincode_replySzymon Janc2012-10-021-4/+0
* agent: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-27/+17
* agent: Add missing parameter to DisplayPasskeyJohan Hedberg2012-09-041-1/+2
* Add profile abstraction (replaces btd_device drivers)Johan Hedberg2012-09-031-0/+1