summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* Fix the yyunput warning messageMarcel Holtmann2007-04-271-0/+2
* Added UpdateServiceRecordClaudio Takahasi2007-04-254-7/+95
* Add device ID supportMarcel Holtmann2007-04-256-6/+29
* Send signal when requesting remote device nameMarcel Holtmann2007-04-242-8/+24
* GetRemoteName must return the cached name only or not available error when it...Claudio Takahasi2007-04-201-10/+13
* GetRemoteName must return the cached name only or not available error when it...Claudio Takahasi2007-04-201-8/+5
* Add missing includes for dbus-helper.hJohan Hedberg2007-04-172-0/+2
* Implement experimental Service.GetBusName methodJohan Hedberg2007-04-172-0/+28
* Fix address based configurationMarcel Holtmann2007-04-161-1/+1
* Move append_dict_entry to utils/common and change the name to dbus_message_it...Luiz Augusto von Dentz2007-04-164-62/+37
* Added remote device info dictionaryClaudio Takahasi2007-04-111-4/+106
* Add signals for adding and removing trustJohan Hedberg2007-04-113-9/+45
* Fixed major/minor class in Adapter.GetInfoClaudio Takahasi2007-04-101-1/+1
* Implement global trust settingJohan Hedberg2007-04-108-40/+158
* Don't install manual pages if daemon has been disabledMarcel Holtmann2007-03-271-1/+3
* Added description for dictionary based methods: Adapter.GetInfo, Adapter.GetR...Claudio Takahasi2007-03-221-2/+14
* Added adapter dict: adapter.GetInfo()Claudio Takahasi2007-03-211-20/+69
* Add basic GetInfo() and GetRemoteInfo() supportMarcel Holtmann2007-03-211-2/+51
* Implement full Service.GetInfo() supportMarcel Holtmann2007-03-212-3/+13
* Move dictionary helper to common codeMarcel Holtmann2007-03-213-29/+35
* Add helper for adding dictionary entriesMarcel Holtmann2007-03-211-15/+31
* Add example for the dictionary based info methodsMarcel Holtmann2007-03-211-2/+36
* Added skeleton for dict based methods: Adapter.GetInfo, Adapter.GetRemoteInfo...Claudio Takahasi2007-03-212-0/+21
* Missing connection attempt failed error for GetRemoteServiceHandlesClaudio Takahasi2007-03-211-0/+1
* Fix segfault when no passkey agents are registeredJohan Hedberg2007-03-121-9/+9
* Fix small typoMarcel Holtmann2007-03-061-1/+1
* Add adapter interface based trust related methodsMarcel Holtmann2007-03-051-1/+23
* Minor cleanup to for-loopJohan Hedberg2007-02-261-4/+1
* Cleanup service list string creationJohan Hedberg2007-02-261-7/+2
* Implement the trust methods properlyJohan Hedberg2007-02-265-28/+144
* initialize name request return value struct to 0 before using it (valgrind wa...Johan Hedberg2007-02-261-0/+1
* More changes do use glib memory allocationJohan Hedberg2007-02-266-30/+28
* Also update parser to use glib memory allocationJohan Hedberg2007-02-261-2/+4
* More glib memory allocation changesJohan Hedberg2007-02-268-30/+11
* Use GLib memory allocation functionsJohan Hedberg2007-02-2611-332/+134
* Remove request from pending list before freeing itJohan Hedberg2007-02-261-0/+1
* Use dbus_error_has_name in favor of strcmpJohan Hedberg2007-02-251-1/+1
* Authorization cleanupJohan Hedberg2007-02-251-13/+15
* Update authorization APIMarcel Holtmann2007-02-251-14/+14
* Return correct version string for Bluetooth 2.1Marcel Holtmann2007-02-131-1/+1
* Cleanup: removed variable declaration with initialization, 80 column and othe...Claudio Takahasi2007-01-301-54/+46
* More SetMode cleanupJohan Hedberg2007-01-301-7/+2
* Make sure the device mode is only stored through a SetMode callJohan Hedberg2007-01-302-5/+2
* Fix object path validity checkJohan Hedberg2007-01-251-1/+1
* Add extra checks for paths and identifiers of new servicesJohan Hedberg2007-01-251-0/+26
* set_nonblocking: removed err argumentClaudio Takahasi2007-01-251-1/+3
* Allow more than one external serviceMarcel Holtmann2007-01-251-6/+11
* Move debug output into conditionMarcel Holtmann2007-01-251-4/+6
* Check for PID before sending SIGTERMMarcel Holtmann2007-01-251-1/+1
* Check for PID before sending SIGKILLMarcel Holtmann2007-01-251-2/+2