summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken commitMarcel Holtmann2008-06-061-2/+3
|
* And another remove of sending helperMarcel Holtmann2008-06-061-1/+2
|
* Fix one last reference to sending helperMarcel Holtmann2008-06-061-1/+3
|
* Fix the D-Bus sending for error messagesMarcel Holtmann2008-06-061-0/+11
|
* More direct usage of D-Bus sending functionMarcel Holtmann2008-06-063-11/+23
|
* Use direct D-Bus sending functionsMarcel Holtmann2008-06-061-9/+16
|
* Use native D-Bus function for sending messagesMarcel Holtmann2008-06-061-6/+22
|
* Remove device specific agent before removing device objectJohan Hedberg2008-06-061-0/+5
|
* More agent fixesJohan Hedberg2008-06-061-12/+6
|
* Improve agent request cancelationJohan Hedberg2008-06-061-11/+16
|
* Minor cleanupJohan Hedberg2008-06-061-8/+9
|
* Fix bug introduced by previous cleanupJohan Hedberg2008-06-051-5/+4
|
* Implement first part of missing SSP callbacksJohan Hedberg2008-06-055-2/+307
|
* Add support for fetching IO capability from an agentJohan Hedberg2008-06-055-7/+62
|
* Clean up adapter lookupJohan Hedberg2008-06-051-322/+160
|
* Removed unused functionsClaudio Takahasi2008-06-042-74/+0
|
* Changed old Adapter methods to use gdbusClaudio Takahasi2008-06-047-716/+691
|
* Give correct agent path to CreatePairedDeviceJohan Hedberg2008-06-041-1/+1
|
* Add code for calling CreatePairedDeviceJohan Hedberg2008-06-041-0/+9
|
* Add missing :Marcel Holtmann2008-06-041-3/+3
|
* Replace destroy function with proper unregister callMarcel Holtmann2008-06-033-4/+10
|
* Change database interface to use gdbus API and remove broken methodsMarcel Holtmann2008-06-034-225/+57
|
* Removed unused errorsClaudio Takahasi2008-06-032-42/+0
|
* Use IO_CAPABILITY_INVALID instead of 0 for correctnessJohan Hedberg2008-06-031-1/+2
|
* Rework new agent logicJohan Hedberg2008-06-035-43/+54
|
* Converted Security interface to use new GDBusMethodTableClaudio Takahasi2008-06-031-84/+73
|
* Replace destroy function with proper unregister callMarcel Holtmann2008-06-031-1/+1
|
* Converted Service interface to use new GDBusMethodTableClaudio Takahasi2008-06-031-93/+85
|
* Remove the unused callbacks from the agentMarcel Holtmann2008-06-031-30/+0
|
* Remember to free agent->capabilityJohan Hedberg2008-06-031-0/+1
|
* Add basic skeleton for tracking agent IO capabilityJohan Hedberg2008-06-033-10/+19
|
* Converted Device interface to use new GDBusMethodTableClaudio Takahasi2008-06-031-46/+40
|
* Fix parameter list for CreatePairedDeviceMarcel Holtmann2008-06-031-4/+4
|
* Fix parameter list for changed RegisterAgent methodMarcel Holtmann2008-06-031-3/+3
|
* Add Simple Pairing callbacks to the agent exampleMarcel Holtmann2008-06-031-1/+19
|
* Converted Manager interface to use new GDBusMethodTableClaudio Takahasi2008-06-032-72/+85
|
* Fix typoMarcel Holtmann2008-06-031-1/+1
|
* Move D-Bus config file and example clients back into hcid directoryMarcel Holtmann2008-06-034-3/+187
|
* Remove the agents_disable capabilityMarcel Holtmann2008-06-032-7/+0
|
* Remove the test D-Bus APIMarcel Holtmann2008-06-035-757/+3
|
* Converted Adapter interface to use new GDBusMethodTableClaudio Takahasi2008-06-035-251/+308
|
* Rename RequestPasskey to RequestPinCodeJohan Hedberg2008-05-303-23/+28
|
* Fix method callback nameMarcel Holtmann2008-05-301-1/+1
|
* Update simple agent implementationMarcel Holtmann2008-05-301-1/+1
|
* Change name_listener API to libgdbus watch APIJohan Hedberg2008-05-296-102/+91
|
* Handle the service UUID mapping via device driverMarcel Holtmann2008-05-291-0/+5
|
* Fix ReleaseMode parameters.Luiz Augusto von Dentz2008-05-281-1/+1
|
* Introduce ReleaseMode to Adapter interface.Luiz Augusto von Dentz2008-05-281-0/+22
|
* Add first skeletion of device driver integrationMarcel Holtmann2008-05-282-0/+32
|
* Use guint identifier for all name_listener operationsJohan Hedberg2008-05-278-154/+159
|