summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
...
* GetRemoteServiceIdentifiers: retrieve all record attributes instead of the se...Claudio Takahasi2007-06-151-34/+21
* Add future API proposal documentMarcel Holtmann2007-06-151-0/+65
* Add first version of GetRemoteServiceIdentifiersMarcel Holtmann2007-06-153-2/+189
* Add setting of event maskMarcel Holtmann2007-06-151-0/+15
* Add GetRemoteServiceIdentifiers methodMarcel Holtmann2007-06-141-0/+5
* UpdateServiceRecord: add/replace the rec handle attr before update it(when sd...Claudio Takahasi2007-06-121-0/+3
* UpdateServiceRecord: removed mem leak(when sdpd is running)Claudio Takahasi2007-06-121-14/+12
* Add limited mode to API descriptionMarcel Holtmann2007-06-071-6/+7
* Check for adapter state in SDP methodsJohan Hedberg2007-06-071-0/+6
* Mention ListAvailableModes methodMarcel Holtmann2007-06-071-0/+5
* Add method for retrieving the list of supported adapter modesMarcel Holtmann2007-06-071-2/+31
* Add support for limited discovery modeMarcel Holtmann2007-06-076-104/+250
* Add "hfp" to known service identifiersJohan Hedberg2007-06-061-0/+1
* Ignore connection events for non-ACL linksJohan Hedberg2007-05-311-0/+3
* Cleanup bdaddr conversionsJohan Hedberg2007-05-263-168/+90
* Added device class trackingClaudio Takahasi2007-05-238-109/+98
* Add MTU option for the built-in SDP serverMarcel Holtmann2007-05-212-3/+11
* Add missing Trust signals to Adapter interfaceJohan Hedberg2007-05-211-0/+2
* 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