summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update changelog and bump version numberlibs-3.4Marcel Holtmann2006-08-241-1/+1
* Fix UUID128 string lookup handlingMarcel Holtmann2006-08-241-2/+21
* Fix malloc() versus bt_malloc() usageMarcel Holtmann2006-08-232-20/+20
* Update library versionMarcel Holtmann2006-08-221-1/+1
* Initialize memory to zero in hci_for_each_devJohan Hedberg2006-08-211-0/+2
* Initialize hci_dev_info memory to zero before calling ioctlJohan Hedberg2006-08-211-0/+2
* Add additional private data fieldMarcel Holtmann2006-08-171-0/+10
* Add link supervision timeout change eventMarcel Holtmann2006-07-311-3/+3
* Update changelog and bump version numberlibs-3.2Marcel Holtmann2006-07-271-1/+1
* Add features bit for link supervision timeoutMarcel Holtmann2006-07-271-1/+1
* Add adapter type for SDIOMarcel Holtmann2006-07-081-3/+5
* Fix handling of stringsMarcel Holtmann2006-06-261-21/+1
* Update changelog and bump version numberlibs-3.1Marcel Holtmann2006-06-171-1/+1
* Add missing placeholders for feature bitsMarcel Holtmann2006-06-161-0/+14
* Update library versionMarcel Holtmann2006-06-091-1/+1
* Fix sdp_gen_pdu data_size computationMarcel Holtmann2006-06-091-0/+4
* Fix uninitialised value errorMarcel Holtmann2006-06-091-0/+2
* Add another Phonebook Access identifierMarcel Holtmann2006-05-301-0/+1
* Add two new company identifiersMarcel Holtmann2006-05-301-0/+4
* Add missing memset() for socket addressMarcel Holtmann2006-04-251-0/+1
* Add another company identifierMarcel Holtmann2006-04-161-0/+2
* Fix broken behavior with EVT_CMD_STATUSMarcel Holtmann2006-03-141-6/+6
* Add features bit for pause encryptionMarcel Holtmann2006-02-071-1/+1
* Update library versionMarcel Holtmann2006-01-171-1/+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-033-3/+3
* Include sys/uio.h for writev() functionMarcel Holtmann2006-01-031-0/+1
* Update library versionMarcel Holtmann2005-12-241-1/+1
* Add support for additional access protocolsMarcel Holtmann2005-12-141-2/+20
* Update library versionMarcel Holtmann2005-12-101-1/+1
* 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
* Add constants for sniff subratingMarcel Holtmann2005-11-211-1/+4
* Remove decoding of flow control feature bitsMarcel Holtmann2005-11-021-3/+0
* Update library versionMarcel Holtmann2005-10-311-1/+1
* Big cleanup of CVS relicsMarcel Holtmann2005-10-294-48/+30
* Decode reserved LMP feature bitsMarcel Holtmann2005-10-221-0/+9
* Fix typoMarcel Holtmann2005-10-221-1/+1
* Add deprecated command names from the Bluetooth 1.2 specificationMarcel Holtmann2005-10-221-4/+4
* Make EVT_CMD_STATUS as rp->event workMarcel Holtmann2005-10-201-1/+7
* Fix profile descriptor problem with Samsung phonesMarcel Holtmann2005-09-301-5/+17
* Fix errno overwrite problemsMarcel Holtmann2005-09-222-5/+11