summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Check discovery_requestor before using itMarcel Holtmann2006-09-031-1/+2
|
* Add option to disable installation of config filesMarcel Holtmann2006-09-011-1/+3
|
* 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.
* change sdp service identifiers to be bd_addr/record handleUlisses Furquim2006-08-302-78/+43
|
* 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
|
* Cleanup/fix glib-ectomy.c and its usageJohan Hedberg2006-08-266-33/+43
|
* Reduced CancelBonding reply timeClaudio Takahasi2006-08-255-92/+106
|
* 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 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
|
* One small coding style fixJohan Hedberg2006-08-231-1/+1
|
* More coding style fixesJohan Hedberg2006-08-235-14/+14
|
* Coding style fixesJohan Hedberg2006-08-234-34/+35
|
* Unnecessary NULL assignments (memory was already initialized to zero)Johan Hedberg2006-08-231-2/+0
|
* passkey handling cleanupJohan Hedberg2006-08-231-18/+29
|
* Get rid of redundant pdata->bonding_requestorJohan Hedberg2006-08-233-54/+17
|
* Remove name listener for bonding requestor when CancelBonding is calledJohan Hedberg2006-08-231-1/+7
|
* fix adding and setting up devicesJohan Hedberg2006-08-222-48/+61
|
* Improve error reporting for failed HCI commandsJohan Hedberg2006-08-222-3/+6
|
* splitted requestor_name into bonding_requestor and discovery_requestorClaudio Takahasi2006-08-213-34/+50
|
* Initialize allocated memory to zero for a couple of ioctlsJohan Hedberg2006-08-211-0/+4
|
* Use hci_devinfo in favor of HCIGETDEVINFO ioctl where possibleJohan Hedberg2006-08-213-15/+7
|
* Remove UnknownAddress error (since it's unnecessary)Johan Hedberg2006-08-215-85/+19
|
* Include dbus-api.txt in the distributionMarcel Holtmann2006-08-211-1/+1
|
* Make RFCOMM and SDP as experimentalMarcel Holtmann2006-08-211-4/+4
|
* s/Cancel/Release/ in release_agent()Johan Hedberg2006-08-201-1/+1
|
* Change timeout valuesMarcel Holtmann2006-08-201-2/+2
|