summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-sdp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dbus-sdp.c and dbus-sdp.h.Luiz Augusto von Dentz2008-07-281-1125/+0
* Added uuid128 support for device DiscoverServicesClaudio Takahasi2008-06-301-7/+0
* Accept friendly names for discover servicesClaudio Takahasi2008-06-301-32/+0
* Use safe PDU extract functionsMarcel Holtmann2008-06-241-6/+7
* Use common UUID string helpersMarcel Holtmann2008-06-101-2/+3
* Append full record to discover service resultsMarcel Holtmann2008-06-091-1/+1
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-1/+1
* Removed memory leakClaudio Takahasi2008-06-071-0/+3
* Removed dbus_connection_get_object_user_data callClaudio Takahasi2008-06-071-60/+29
* More direct usage of D-Bus sending functionMarcel Holtmann2008-06-061-4/+9
* Changed old Adapter methods to use gdbusClaudio Takahasi2008-06-041-28/+47
* 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
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Whitespace cleanupJohan Hedberg2008-01-281-2/+2
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-21/+22
* hcid: check the scanned svc record valueClaudio Takahasi2007-11-121-6/+6
* hcid: textfile_put value must be null terminatedClaudio Takahasi2007-11-101-4/+2
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
* Allow service classes to use Sequence16 and Sequence32Marcel Holtmann2007-10-081-1/+4
* hcid: removed RFCOMM functionsClaudio Takahasi2007-10-041-286/+2
* Rename files for adapter interfaceMarcel Holtmann2007-08-151-1/+1
* adapter: added RemoteIdentifiersUpdated signalClaudio Takahasi2007-06-191-10/+23
* GetRemoteServiceIdentifiers: Request the DeviceID if it was not returned prev...Claudio Takahasi2007-06-181-74/+62
* GetRemoteServiceIdentifiers: Ignore repeated service identifiersClaudio Takahasi2007-06-151-12/+23
* GetRemoteServiceIdentifiers: If the reply is empty(for L2CAP) try DeviceIDClaudio Takahasi2007-06-151-3/+3
* GetRemoteServiceIdentifiers: when the reply is empty(for public browse) try L...Claudio Takahasi2007-06-151-19/+51
* GetRemoteServiceIdentifiers: store the received recordsClaudio Takahasi2007-06-151-3/+11
* GetRemoteServiceIdentifiers: retrieve all record attributes instead of the se...Claudio Takahasi2007-06-151-34/+21
* Add first version of GetRemoteServiceIdentifiersMarcel Holtmann2007-06-151-2/+178
* Check for adapter state in SDP methodsJohan Hedberg2007-06-071-0/+6
* Add "hfp" to known service identifiersJohan Hedberg2007-06-061-0/+1
* Only clean up sdp sessions for the local adapter in questionJohan Hedberg2007-05-091-6/+5
* Implement Adapter.FinishRemoteServiceTransactionJohan Hedberg2007-05-091-10/+55
* Convert to using the generic D-Bus object handlingJohan Hedberg2007-05-041-1/+2
* 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
* Use GLib memory allocation functionsJohan Hedberg2007-02-261-58/+19
* Cleanup: removed variable declaration with initialization, 80 column and othe...Claudio Takahasi2007-01-301-54/+46
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-0/+2
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-131-5/+4
* Allow compilation against GLibMarcel Holtmann2007-01-121-0/+1
* Use get_record_data_t instead of void pointer to track get remote service rec...Claudio Takahasi2006-11-161-28/+27
* Appends a block of fixed-length bytes instead of call multiple times dbus_mes...Claudio Takahasi2006-11-141-4/+3
* Update fix for memory leakMarcel Holtmann2006-11-141-4/+3
* Fixed memory leakClaudio Takahasi2006-11-141-9/+11
* Removed org.bluez.SDP interfaceClaudio Takahasi2006-11-141-855/+0
* Add hsp to friendly service namesJohan Hedberg2006-11-141-0/+1
* Add support for storing SDP recordMarcel Holtmann2006-11-131-7/+59