summaryrefslogtreecommitdiffstats
path: root/hcid/agent.c
Commit message (Expand)AuthorAgeFilesLines
* CleanupJohan Hedberg2008-03-201-31/+32
* Initialize error properlyJohan Hedberg2008-03-201-0/+5
* Add adapter to agent_create.Luiz Augusto von Dentz2008-03-201-2/+3
* Use correct method nameJohan Hedberg2008-03-201-1/+1
* Make sure to reset agent->request upon freeing the requestJohan Hedberg2008-03-201-0/+2
* Fix invalid dbus_pending_call_cancel callJohan Hedberg2008-03-201-1/+0
* Make sure the request type is set so agent_free does the right thing in all s...Johan Hedberg2008-03-141-4/+6
* Remove Agent.Confirm since there's no final consensus about it yetJohan Hedberg2008-03-141-60/+1
* Agent cleanupJohan Hedberg2008-03-141-22/+17
* Implement agent_cancel and agent_request_mode_changeJohan Hedberg2008-03-141-84/+91
* Add placeholder for Agent.ConfirmModeChangeJohan Hedberg2008-03-141-0/+6
* Use correct function to free agent requestJohan Hedberg2008-03-141-3/+1
* Use correct function to free agent requestJohan Hedberg2008-03-141-3/+1
* Add some checks to disallow multiple simultaneous agent requestsJohan Hedberg2008-03-141-1/+8
* agent_release is already called through agent_free and doesn't need to be publicJohan Hedberg2008-03-141-18/+18
* Fix calling of agent release functionMarcel Holtmann2008-03-141-3/+2
* Add initial code for new agent interfaceJohan Hedberg2008-03-141-0/+587