summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-sdp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pending connect leakClaudio Takahasi2006-09-131-0/+3
* cleanup: removed unused pointer(attrids)Claudio Takahasi2006-09-131-12/+2
* GetRemoteServiceHandles: use sdp_service_search_async instead of sdp_service_...Claudio Takahasi2006-09-131-36/+22
* removed debug macro:SERVICE_SEARCH_ATTR_REQClaudio Takahasi2006-09-121-65/+11
* fixed uuid cmp functionClaudio Takahasi2006-09-121-17/+14
* removed unwanted comments.Claudio Takahasi2006-09-121-13/+0
* fixed str2identifier: convert handle to hexadecimalClaudio Takahasi2006-09-111-1/+1
* Fixed find_record_by_uuidClaudio Takahasi2006-09-111-1/+1
* added verification for protocol error and I/O errorClaudio Takahasi2006-09-111-0/+42
* Comment out SERVICE_SEARCH_ATT_REQ defineMarcel Holtmann2006-09-051-1/+1
* Use service search methodMarcel Holtmann2006-09-051-1/+1
* Fix functions to return negative error valuesUlisses Furquim2006-09-051-4/+4
* Remove usage of sdp_is_connected()Ulisses Furquim2006-09-041-9/+3
* Change to use sdp_connect() to make async searchsUlisses Furquim2006-09-041-50/+23
* Added GetRemoteServiceRecord and GetRemoteServiceHandles. Updated GetIdentifi...Claudio Takahasi2006-08-311-58/+399
* change sdp service identifiers to be bd_addr/record handleUlisses Furquim2006-08-301-77/+42
* Fix problem with changed async prototypesMarcel Holtmann2006-08-291-3/+8
* changed sdp error handlingClaudio Takahasi2006-08-291-4/+8
* Added async queryClaudio Takahasi2006-08-281-39/+43
* Cleanup/fix glib-ectomy.c and its usageJohan Hedberg2006-08-261-2/+3
* Fix memory leak and coding style in rfcomm patchJohan Hedberg2006-08-231-9/+5
* Add preliminary RFCOMM.Connect and RFCOMM.CancelConnect supportJohan Hedberg2006-08-231-0/+71
* One small coding style fixJohan Hedberg2006-08-231-1/+1
* More coding style fixesJohan Hedberg2006-08-231-6/+6
* Coding style fixesJohan Hedberg2006-08-231-2/+2
* Remove UnknownAddress error (since it's unnecessary)Johan Hedberg2006-08-211-22/+0
* Fixed SetMode when the adapter is DOWNClaudio Takahasi2006-08-181-0/+4
* support for async queryClaudio Takahasi2006-08-011-537/+588
* Make use of create_name()Marcel Holtmann2006-07-261-1/+1
* Include sys/param.h for PATH_MAX when cross-compilingMarcel Holtmann2006-06-271-0/+1