summaryrefslogtreecommitdiffstats
path: root/src/hci.c
Commit message (Expand)AuthorAgeFilesLines
* Big cleanup of CVS relicsMarcel Holtmann2005-10-291-15/+10
* 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 errno overwrite problemsMarcel Holtmann2005-09-221-5/+8
* Add support for identification of supported commandsMarcel Holtmann2005-09-071-6/+193
* Add extended inquiry features bitMarcel Holtmann2005-08-271-0/+1
* Add functions for the extended inquiry responseMarcel Holtmann2005-08-251-0/+54
* Update lmp_featurestostr() functionMarcel Holtmann2005-08-051-4/+4
* CleanupMarcel Holtmann2005-08-051-1/+1
* Fix the routing for dealing with raw devicesMarcel Holtmann2005-07-091-7/+8
* Fix some GCC 4.0 warningsMarcel Holtmann2005-07-051-4/+5
* Fix some errno usagesMarcel Holtmann2005-06-211-48/+61
* Add support for reading and writing the inquiry scan typeMarcel Holtmann2005-06-161-0/+51
* Add functions for stored link keysMarcel Holtmann2005-05-011-0/+55
* 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