summaryrefslogtreecommitdiffstats
path: root/src/sdp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sdp_cstate_t from the header fileMarcel Holtmann2006-09-051-0/+5
* Remove connected flag from SDP transaction structureUlisses Furquim2006-09-041-22/+2
* Make sdp_connect() fully async awareUlisses Furquim2006-09-041-58/+100
* Remove cstate and cstate_len from transaction structureMarcel Holtmann2006-09-031-28/+25
* fixed sdp_process to handle cstateClaudio Takahasi2006-08-311-24/+54
* fix prototypes for sdp sync/async functionsUlisses Furquim2006-08-301-6/+6
* added sdp_service_search_async functionClaudio Takahasi2006-08-301-1/+60
* added sdp_service_attr_async functionClaudio Takahasi2006-08-301-3/+70
* added/updated async functions commentsClaudio Takahasi2006-08-301-6/+74
* Make sdp_connect() async awareMarcel Holtmann2006-08-291-2/+25
* Correct prototypes for async functionsMarcel Holtmann2006-08-291-10/+39
* changed error handling in sdp_process functionClaudio Takahasi2006-08-291-27/+16
* fixed syntax errorClaudio Takahasi2006-08-281-1/+1
* Added SDP error response parsingClaudio Takahasi2006-08-281-1/+7
* Added sdp_process and sdp_service_search_async functionsClaudio Takahasi2006-08-281-0/+214
* Add sdp_set_notify functionMarcel Holtmann2006-08-251-0/+28
* Added sdp_create for async searchesClaudio Takahasi2006-08-251-1/+72
* Fix UUID128 string lookup handlingMarcel Holtmann2006-08-241-2/+21
* Fix malloc() versus bt_malloc() usageMarcel Holtmann2006-08-231-16/+16
* Add additional private data fieldMarcel Holtmann2006-08-171-0/+10
* Fix handling of stringsMarcel Holtmann2006-06-261-21/+1
* Fix sdp_gen_pdu data_size computationMarcel Holtmann2006-06-091-0/+4
* Add another Phonebook Access identifierMarcel Holtmann2006-05-301-0/+1
* Add support for setting the record handle on service registrationMarcel Holtmann2006-01-171-0/+5
* Add definitions for Apple AgentMarcel Holtmann2006-01-041-0/+1
* Update copyright informationMarcel Holtmann2006-01-031-1/+1
* Add support for additional access protocolsMarcel Holtmann2005-12-141-2/+20
* Add FD_ZERO() before usage of FD_SET()Marcel Holtmann2005-12-091-1/+2
* Add support for allocation of binary text elementsMarcel Holtmann2005-12-091-21/+89
* Fix service discovery deadlocks with Samsung D600 phonesMarcel Holtmann2005-11-241-0/+4
* Big cleanup of CVS relicsMarcel Holtmann2005-10-291-15/+10
* Fix profile descriptor problem with Samsung phonesMarcel Holtmann2005-09-301-5/+17
* Fix errno overwrite problemsMarcel Holtmann2005-09-221-0/+3
* Add UUIDs for phonebook access profileMarcel Holtmann2005-08-071-0/+2
* Add UUID for video distributionMarcel Holtmann2005-08-061-0/+1
* Fix request size calculation for device specific registerMarcel Holtmann2005-08-031-0/+1
* Add device specific record registerMarcel Holtmann2005-08-031-2/+7
* Create per device SDP server functionsMarcel Holtmann2005-08-031-3/+18
* Fix more GCC 4.0 warningsMarcel Holtmann2005-07-061-63/+60
* Add SDP_WAIT_ON_CLOSE flag for sdp_connect()Marcel Holtmann2005-05-081-2/+6
* Add some extra debug informationMarcel Holtmann2005-03-091-0/+4
* fix commentsStephen Crane2005-03-021-2/+1
* fix incorrect doc commentStephen Crane2005-02-281-1/+1
* Update the copyright yearMarcel Holtmann2005-01-271-1/+1
* Remove sdp_internal.hMarcel Holtmann2005-01-231-1/+45
* Replace sdp_{get|put}_unaligned with bt_{get|put}_unalignedMarcel Holtmann2005-01-231-90/+90
* Fix UUID-32 to string translationMarcel Holtmann2004-12-101-3/+4
* Update the UUID constants and its translationsMarcel Holtmann2004-12-071-72/+88
* Add service classes and profile ids for WAPMarcel Holtmann2004-11-291-0/+4
* Fix bug where htonl() should be used instead of htons()Marcel Holtmann2004-11-021-1/+1