summaryrefslogtreecommitdiffstats
path: root/src/hci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* resurrect hci_remote_name()Max Krasnyansky2002-09-181-0/+5
* resurrect hci_local_name(); fix whitespaceStephen Crane2002-08-221-54/+59
* hci_write_local_name()Stephen Crane2002-08-221-2/+19
* implement hci_{read, write}_class_of_dev()Stephen Crane2002-08-221-2/+18
* implement hci_{read, write}_current_iac_lap()Stephen Crane2002-08-211-0/+39
* Return correct error if adds was not found.Max Krasnyansky2002-06-181-0/+1
* improved hci_devidMax Krasnyansky2002-06-181-2/+13
* Added hci_devid function.Max Krasnyansky2002-06-181-0/+13
* Fix inquiry function to return errors and accept user buffers.Max Krasnyansky2002-06-181-28/+88
* Add hci_devba functionMax Krasnyansky2002-05-171-0/+16
* lmp_featuretostr fixesMax Krasnyansky2002-04-151-5/+5
* Added hci_class_of_dev function.Max Krasnyansky2002-04-111-4/+30
* Added LMP features to sting translation function and table.Max Krasnyansky2002-04-111-1/+66
* hci_req initialization fixes.Max Krasnyansky2002-04-101-10/+11
* Check for null string in strtobit.Max Krasnyansky2002-03-261-2/+1
* Fix static allocations.Max Krasnyansky2002-03-251-8/+26
* Fixed compiler options and warnings.Max Krasnyansky2002-03-221-11/+13
* Additional strtoXX and XXtostr functions.Max Krasnyansky2002-03-211-8/+74