summaryrefslogtreecommitdiffstats
path: root/hcid/agent.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Johan Hedberg2008-03-141-4/+6
| | | | scenarios
* 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