summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* Fix sending reply to SetDiscoverableTimeoutJohan Hedberg2007-05-141-1/+1
* Remove some experimental tags for stable methodsMarcel Holtmann2007-05-145-38/+16
* Make it possible to disable installation of manual pagesMarcel Holtmann2007-05-141-0/+4
* Only clean up sdp sessions for the local adapter in questionJohan Hedberg2007-05-091-6/+5
* Implement Adapter.FinishRemoteServiceTransactionJohan Hedberg2007-05-093-10/+66
* Add FinishRemoteServiceTransaction method descriptionMarcel Holtmann2007-05-091-0/+8
* Remove RFCOMM interface from official documentationMarcel Holtmann2007-05-082-60/+58
* Don't compile in RFCOMM interface supportMarcel Holtmann2007-05-083-8/+1
* Update Service interface and objects to use the generic frameworkJohan Hedberg2007-05-071-110/+79
* Use the generic signal sending functionsJohan Hedberg2007-05-074-277/+158
* Add periodic discovery signals do APIJohan Hedberg2007-05-071-0/+10
* Use a pipe to inform the parent process of child exits during init_device() a...Johan Hedberg2007-05-071-2/+44
* Child should always exit instead of returning from the functionJohan Hedberg2007-05-071-1/+1
* Fix use of uninitialized memoryJohan Hedberg2007-05-041-1/+5
* Fix two memory leaks with lmp_vertostr() usageJohan Hedberg2007-05-041-4/+7
* Fix ListRecentRemoteDevices signatureJohan Hedberg2007-05-041-1/+1
* Fix dict signaturesJohan Hedberg2007-05-041-2/+2
* Convert to using the generic D-Bus object handlingJohan Hedberg2007-05-0415-268/+364
* Fix append_and_grow_string for memory leaks and potential data corruption if ...Johan Hedberg2007-05-031-6/+12
* Add timeout for unused SDP sessionsJohan Hedberg2007-05-021-14/+149
* 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