summaryrefslogtreecommitdiffstats
path: root/src/hci.c
Commit message (Expand)AuthorAgeFilesLines
* Support inquiry with unlimited number of responsesMarcel Holtmann2005-04-181-3/+6
* Add function for remote extended featuresMarcel Holtmann2005-04-171-11/+43
* Add funtions for reading local supported commands and extended featuresMarcel Holtmann2005-04-171-0/+52
* Fix buffer allocation for features to string conversionMarcel Holtmann2005-04-171-5/+15
* Support pscan_rep_mode for remote name requestMarcel Holtmann2005-02-221-3/+26
* The transmit power level is a signed integerMarcel Holtmann2005-02-221-1/+1
* Fix IAC supportMarcel Holtmann2005-02-221-1/+1
* Add function for getting the remote name with a clock offsetMarcel Holtmann2005-02-111-1/+7
* Skip devices in raw modeMarcel Holtmann2005-01-291-14/+21
* Add functions for reading the BD_ADDR and the featuresMarcel Holtmann2005-01-291-0/+46
* Update the copyright yearMarcel Holtmann2005-01-271-1/+1
* Add hci_read_clock() functionMarcel Holtmann2005-01-251-0/+31
* Add functions hci_{local|remote}_name()Marcel Holtmann2005-01-231-0/+10
* Add function for reading the transmit power levelMarcel Holtmann2005-01-131-0/+30
* The link supervision timeout is host controlMarcel Holtmann2005-01-131-2/+2
* Add link supervision timeout functionsMarcel Holtmann2005-01-131-0/+54
* Add function for reading the RSSI and the link qualityMarcel Holtmann2005-01-131-0/+50
* Remove deprecated functionsMarcel Holtmann2005-01-131-22/+15
* Add hci_set_afh_classification() functionMarcel Holtmann2004-11-091-0/+28
* Add hci_read_afh_map() functionMarcel Holtmann2004-11-091-0/+26
* Add hci_{read|write}_afh_mode() functionsMarcel Holtmann2004-11-091-0/+51
* Add version identifier for Bluetooth 2.0Marcel Holtmann2004-11-081-3/+4
* Add hci_change_link_key() functionMarcel Holtmann2004-11-041-3/+33
* Correct typo in commentMarcel Holtmann2004-10-261-1/+1
* Add functions for reading and writing the inquiry modeMarcel Holtmann2004-10-251-0/+51
* Cleanup the API to prevent endian bugsMarcel Holtmann2004-10-251-19/+29
* Add support for the kernel security managerMarcel Holtmann2004-10-061-0/+1
* Better display of decoded LMP featuresMarcel Holtmann2004-04-251-6/+9
* Add features and packet types from EDR prototyping specificationMarcel Holtmann2004-04-241-9/+46
* Add bit numbers to the features tableMarcel Holtmann2004-04-241-41/+41
* Update copyright informationMarcel Holtmann2004-04-031-69/+86
* Use $(top_builddir) as include root directoryMarcel Holtmann2004-03-311-3/+3
* Use R2 for default value of pscan_rep_modeMarcel Holtmann2004-03-311-2/+2
* Fix lmp_featurestostr()Marcel Holtmann2003-11-201-4/+3
* Add decoding of Bluetooth 1.2 featuresMarcel Holtmann2003-11-181-20/+48
* Add link manager version parameter for Bluetooth 1.2Marcel Holtmann2003-09-031-0/+1
* Remove useless white spaceMarcel Holtmann2003-08-141-1/+1
* Add functions for park modeMarcel Holtmann2003-06-261-1/+1
* Add functions for park modeMarcel Holtmann2003-06-261-83/+143
* add role switchStephen Crane2003-05-201-0/+24
* fix auth and encryptStephen Crane2003-05-191-2/+22
* Support for reading the clock offsetMarcel Holtmann2003-03-221-0/+30
* Use R1 for default value of pscan_rep_modeMarcel Holtmann2003-03-211-12/+12
* Use R1 for default value of pscan_rep_modeMarcel Holtmann2003-03-211-5/+6
* add const to fn sigs; fns to auth and enc linksStephen Crane2003-02-111-6/+33
* Don't ignore the timeout parameterMarcel Holtmann2003-01-241-9/+10
* Support for voice settingMarcel Holtmann2002-12-151-0/+37
* Fix a typoMarcel Holtmann2002-12-021-1/+1
* Fix hci_for_each_dev() to work on big endian machines.Max Krasnyansky2002-11-221-1/+1
* Add HCI_PCI to the device typesMarcel Holtmann2002-09-221-0/+4