summaryrefslogtreecommitdiff
path: root/src/agent.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* agent: Fix segmentation faultPaulo Alcantara2012-05-301-0/+5
* agent: Remove redundant D-Bus error initilizationsSyam Sidhardhan2012-05-241-5/+0
* agent: Fix double D-Bus message unrefSyam Sidhardhan2012-04-131-1/+0
* agent: Free the agent request properlySyam Sidhardhan2012-04-131-1/+1
* agent: add DisplayPinCode methodScott James Remnant2012-04-121-1/+111
* Fix agent fall-back mechanismJohan Hedberg2011-09-211-64/+3
* Remove unneeded hcid.h header includeClaudio Takahasi2011-07-141-1/+0
* Add support of secure pin code in mgmt codeWaldemar Rymarkiewicz2011-06-081-4/+7
* Revert "Remove 16 byte limit for PIN codes returned by agents"Marcel Holtmann2011-05-301-1/+1
* Remove 16 byte limit for PIN codes returned by agentsDavid Herrmann2011-05-151-1/+1
* Add debug log for agent cancellationJohan Hedberg2011-01-291-0/+3
* Remove unused includesJohan Hedberg2010-11-281-2/+0
* Improve agent PIN length error logJohan Hedberg2010-11-271-1/+1
* Clean up hciops codeJohan Hedberg2010-11-081-2/+0