summaryrefslogtreecommitdiffstats
path: root/hcid/agent.c
Commit message (Expand)AuthorAgeFilesLines
* Call agent_cancel only after doing the error callbackJohan Hedberg2008-06-101-2/+2
* Add support for Simple Pairing User Notification eventJohan Hedberg2008-06-091-0/+26
* More direct usage of D-Bus sending functionMarcel Holtmann2008-06-061-2/+6
* More agent fixesJohan Hedberg2008-06-061-12/+6
* Improve agent request cancelationJohan Hedberg2008-06-061-11/+16
* Implement first part of missing SSP callbacksJohan Hedberg2008-06-051-0/+159
* Add support for fetching IO capability from an agentJohan Hedberg2008-06-051-0/+5
* Rework new agent logicJohan Hedberg2008-06-031-34/+3
* Remember to free agent->capabilityJohan Hedberg2008-06-031-0/+1
* Add basic skeleton for tracking agent IO capabilityJohan Hedberg2008-06-031-0/+3
* Rename RequestPasskey to RequestPinCodeJohan Hedberg2008-05-301-14/+19
* Change name_listener API to libgdbus watch APIJohan Hedberg2008-05-291-5/+6
* Use guint identifier for all name_listener operationsJohan Hedberg2008-05-271-4/+7
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-3/+0
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-1/+2
* Check if agent is already createdCidorvan Leite2008-04-111-0/+3
* Added local agent in CreatePairedDeviceCidorvan Leite2008-04-101-14/+5
* Added new function for plugin authorizationClaudio Takahasi2008-04-091-3/+3
* agent Authorize: fixed wrong argument typeClaudio Takahasi2008-04-071-1/+1
* Fix agent double free on device removal.Luiz Augusto von Dentz2008-04-041-1/+16
* 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