summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed str2identifier: convert handle to hexadecimalClaudio Takahasi2006-09-111-1/+1
|
* Fixed find_record_by_uuidClaudio Takahasi2006-09-111-1/+1
|
* Make rfcomm_release() close the underlying connectionUlisses Furquim2006-09-111-0/+1
|
* Check for cancellation in the timer handlerUlisses Furquim2006-09-111-0/+5
|
* added verification for protocol error and I/O errorClaudio Takahasi2006-09-111-0/+42
|
* Use a timer when waiting for udev to create the rfcomm device nodeUlisses Furquim2006-09-061-60/+100
|
* Update changelog and bump version numberutils-3.5Marcel Holtmann2006-09-062-1/+11
|
* Comment out SERVICE_SEARCH_ATT_REQ defineMarcel Holtmann2006-09-051-1/+1
|
* Document GetRemoteServiceRecord methodMarcel Holtmann2006-09-051-0/+5
|
* Use service search methodMarcel Holtmann2006-09-051-1/+1
|
* Store errno so it does not get changed before we use itUlisses Furquim2006-09-053-18/+36
|
* Fix functions to return negative error valuesUlisses Furquim2006-09-051-4/+4
|
* Reply for CancelDiscovery now sent before send DiscoveryCompletedClaudio Takahasi2006-09-053-11/+36
|
* Added DiscoverDevices request owner trackingClaudio Takahasi2006-09-053-73/+117
|
* More compatible usage of testMarcel Holtmann2006-09-052-5/+5
|
* Cleanup disc_device_req_name and some related codeJohan Hedberg2006-09-051-42/+35
|
* Fix memory leak with config reloadingMarcel Holtmann2006-09-052-4/+2
|
* Don't use yylex_destroy() at the momentMarcel Holtmann2006-09-051-0/+2
|
* Remove usage of sdp_is_connected()Ulisses Furquim2006-09-041-9/+3
|
* Fixed CancelDiscoveryClaudio Takahasi2006-09-043-19/+41
|
* Change to use sdp_connect() to make async searchsUlisses Furquim2006-09-041-50/+23
|
* Document pageto and discovto options to manual pageJohan Hedberg2006-09-041-0/+9
|
* Fix double call to rfcomm_release() and rfcomm_node_free()Marcel Holtmann2006-09-031-8/+4
|
* Add support for periodic inquiry modeMarcel Holtmann2006-09-032-18/+140
|
* Check discovery_requestor before using itMarcel Holtmann2006-09-031-1/+2
|
* Add option to disable installation of config filesMarcel Holtmann2006-09-014-4/+16
|
* Added GetRemoteServiceRecord and GetRemoteServiceHandles. Updated ↵Claudio Takahasi2006-08-313-58/+414
| | | | GetIdentifiers and GetIdentifiersByService
* Use textfile_caseget so addresses passed over D-Bus get treated case ↵Johan Hedberg2006-08-311-10/+10
| | | | insensitively.
* Add textfile_caseget() functionMarcel Holtmann2006-08-312-18/+34
|
* Call sdp_service_search_async() as first test caseMarcel Holtmann2006-08-301-2/+6
|
* change sdp service identifiers to be bd_addr/record handleUlisses Furquim2006-08-302-78/+43
|
* Add sdptest utilityMarcel Holtmann2006-08-292-1/+145
|
* Fix problem with changed async prototypesMarcel Holtmann2006-08-291-3/+8
|
* changed sdp error handlingClaudio Takahasi2006-08-293-4/+35
|
* Change CancelBonding to CancelBondingProcess in order to be in accordance ↵Johan Hedberg2006-08-291-1/+1
| | | | with dbus-api.txt
* Added async queryClaudio Takahasi2006-08-281-39/+43
|
* Add GetRemoteServiceHandles methodMarcel Holtmann2006-08-281-1/+7
|
* Fix memory leaks in the config file parserMarcel Holtmann2006-08-272-5/+9
|
* Fix hciemu GIOChannel usageJohan Hedberg2006-08-261-1/+5
|
* Cleanup/fix glib-ectomy.c and its usageJohan Hedberg2006-08-268-37/+68
|
* More cleanups to glib-ectomy.cJohan Hedberg2006-08-261-41/+48
|
* Reduced CancelBonding reply timeClaudio Takahasi2006-08-255-92/+106
|
* Fix and cleanup watch functionalityJohan Hedberg2006-08-254-122/+169
|
* Update changelog and bump version numberutils-3.4Marcel Holtmann2006-08-242-1/+9
|
* CancelBonding improvedClaudio Takahasi2006-08-242-37/+70
|
* Fixed bonding reply message when disconnectedClaudio Takahasi2006-08-231-5/+10
|
* Fix usage of bt_free()Marcel Holtmann2006-08-231-7/+8
|
* Fix malloc() and bt_malloc() usageMarcel Holtmann2006-08-233-6/+6
|
* Fix memory leak and coding style in rfcomm patchJohan Hedberg2006-08-232-39/+38
|
* Add preliminary RFCOMM.Connect and RFCOMM.CancelConnect supportJohan Hedberg2006-08-234-6/+199
|