summaryrefslogtreecommitdiffstats
path: root/src/hci.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | New functions hci_for_each_dev and hci_get_route.
* 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
| | | | hci_req initialization cleanup.
* 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
| | | | Proper parameter types. Cleanup.
* Additional strtoXX and XXtostr functions.Max Krasnyansky2002-03-211-8/+74
|
* Added hci_local_name function.Max Krasnyansky2002-03-191-0/+23
|
* Initial revisionMax Krasnyansky2002-03-081-0/+624