summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-sdp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replaced string_t by sdp_buf_tClaudio Takahasi2006-11-131-29/+31
* Added raw service record to xml conversion functionsClaudio Takahasi2006-11-101-2/+140
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...Johan Hedberg2006-11-011-0/+3
* Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)Johan Hedberg2006-10-301-0/+3
* renamed send_reply_and_unref to send_message_and_unrefClaudio Takahasi2006-10-051-8/+8
* cleanup:renamed hci_dbus_data to adapterClaudio Takahasi2006-10-041-21/+21
* cleanupClaudio Takahasi2006-10-031-11/+2
* Removed '0x' from search patternClaudio Takahasi2006-09-291-14/+5
* support uuid128 and '0x' for service search matchClaudio Takahasi2006-09-291-9/+16
* Update friendly service name tableJohan Hedberg2006-09-291-5/+5
* GetRemoteServiceHandles: request browsing when the match string is emptyClaudio Takahasi2006-09-291-6/+12
* GetRemoteServiceHandles:added service matchClaudio Takahasi2006-09-291-2/+18
* Fix the test for an error conditionUlisses Furquim2006-09-271-1/+1
* Fix SDP session leak when a page timeout occurrs during RFCOMM.{Bind(),Connec...Ulisses Furquim2006-09-221-0/+6
* removed memory leakClaudio Takahasi2006-09-211-2/+5
* Fix some problems when doing consecutive SDP searchesUlisses Furquim2006-09-211-47/+61
* Move sdp related data allocation from dbus-rfcomm.c to dbus-sdp.cJohan Hedberg2006-09-211-15/+26
* Comment out currently unused static functionsJohan Hedberg2006-09-201-0/+2
* Make RFCOMM.Connect() do an SDP search before connectingUlisses Furquim2006-09-191-74/+362
* error handling for multiple *_async callsClaudio Takahasi2006-09-131-14/+10
* cleanupClaudio Takahasi2006-09-131-16/+11