summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update changelog and bump version numberlibs-2.14Marcel Holtmann2005-01-142-1/+9
* Update library versionMarcel Holtmann2005-01-141-1/+1
* Update AM_PATH_BLUEZ macroMarcel Holtmann2005-01-131-1/+34
* Add function for reading the transmit power levelMarcel Holtmann2005-01-132-0/+31
* The link supervision timeout is host controlMarcel Holtmann2005-01-131-2/+2
* Remove commentsMarcel Holtmann2005-01-131-2/+0
* Add link supervision timeout functionsMarcel Holtmann2005-01-133-0/+61
* Add function for reading the RSSI and the link qualityMarcel Holtmann2005-01-133-3/+55
* Remove deprecated functionsMarcel Holtmann2005-01-132-30/+21
* Update changelog and bump version numberlibs-2.13Marcel Holtmann2004-12-252-1/+7
* Update connection information definitionsMarcel Holtmann2004-12-253-8/+15
* Update library versionMarcel Holtmann2004-12-251-1/+1
* Update socket option definitionsMarcel Holtmann2004-12-251-16/+7
* Fix UUID-32 to string translationMarcel Holtmann2004-12-101-3/+4
* Add Device ID and HID attribute definitionsMarcel Holtmann2004-12-071-0/+23
* Cleanup attribute definitionsMarcel Holtmann2004-12-071-47/+50
* Update the UUID constants and its translationsMarcel Holtmann2004-12-072-107/+179
* Update changelog and bump version numberlibs-2.12Marcel Holtmann2004-12-022-1/+6
* Update library versionMarcel Holtmann2004-12-011-1/+1
* Add service classes and profile ids for WAPMarcel Holtmann2004-11-292-0/+8
* Add simple AM_PATH_BLUEZ macroMarcel Holtmann2004-11-232-0/+17
* The cnum value must be uint32_t to match the kernel interfaceMarcel Holtmann2004-11-132-2/+2
* Update changelog and bump version numberlibs-2.11Marcel Holtmann2004-11-112-1/+14
* Update library versionMarcel Holtmann2004-11-111-1/+1
* Add hci_set_afh_classification() functionMarcel Holtmann2004-11-093-0/+39
* Add hci_read_afh_map() functionMarcel Holtmann2004-11-092-0/+27
* Add hci_{read|write}_afh_mode() functionsMarcel Holtmann2004-11-092-0/+53
* Add definition for the SECURE link modeMarcel Holtmann2004-11-093-0/+3
* Add the missing HCI error codesMarcel Holtmann2004-11-092-1/+18
* Change HCI_KEY_MISSING to HCI_PIN_OR_KEY_MISSINGMarcel Holtmann2004-11-082-2/+2
* Add version identifier for Bluetooth 2.0Marcel Holtmann2004-11-081-3/+4
* Add hci_change_link_key() functionMarcel Holtmann2004-11-043-3/+47
* Fix bug where htonl() should be used instead of htons()Marcel Holtmann2004-11-021-1/+1
* Add RFCOMM socket optionsMarcel Holtmann2004-10-292-1/+9
* Delete comment for a no long used parameterMarcel Holtmann2004-10-281-5/+0
* Correct typo in commentMarcel Holtmann2004-10-261-1/+1
* Add another company identifierMarcel Holtmann2004-10-261-0/+2
* Add more audio/video profile translationsMarcel Holtmann2004-10-261-0/+5
* Add functions for reading and writing the inquiry modeMarcel Holtmann2004-10-252-0/+53
* Cleanup the API to prevent endian bugsMarcel Holtmann2004-10-252-25/+35
* For vendor packets set bit 0 in the packet type bitmask of the filterMarcel Holtmann2004-10-232-6/+6
* Add SIM Access typesMarcel Holtmann2004-10-132-2/+6
* Add support for the kernel security managerMarcel Holtmann2004-10-062-1/+6
* Update changelog and bump version numberlibs-2.10Marcel Holtmann2004-08-132-1/+6
* Update library version numberMarcel Holtmann2004-08-131-1/+1
* Don't override CFLAGSMarcel Holtmann2004-08-131-1/+3
* The CRIS architecture handles unaligned accesses too.Peter Kjellerstedt2004-08-121-1/+1
* Add architectures that can do unaligned access by themselfMarcel Holtmann2004-08-121-1/+1
* Make compiling with debug information optionalMarcel Holtmann2004-08-122-3/+62
* Use memmove for unaligned access, so gcc does not insert a __builtin_memcpyMarcel Holtmann2004-08-111-2/+2