summaryrefslogtreecommitdiffstats
path: root/src/hci.c
Commit message (Expand)AuthorAgeFilesLines
* Fix malloc() versus bt_malloc() usageMarcel Holtmann2006-08-231-4/+4
* Initialize memory to zero in hci_for_each_devJohan Hedberg2006-08-211-0/+2
* Initialize hci_dev_info memory to zero before calling ioctlJohan Hedberg2006-08-211-0/+2
* Add link supervision timeout change eventMarcel Holtmann2006-07-311-3/+3
* Add features bit for link supervision timeoutMarcel Holtmann2006-07-271-1/+1
* Add adapter type for SDIOMarcel Holtmann2006-07-081-3/+5
* Add missing placeholders for feature bitsMarcel Holtmann2006-06-161-0/+14
* Fix uninitialised value errorMarcel Holtmann2006-06-091-0/+2
* Add missing memset() for socket addressMarcel Holtmann2006-04-251-0/+1
* Fix broken behavior with EVT_CMD_STATUSMarcel Holtmann2006-03-141-6/+6
* Add features bit for pause encryptionMarcel Holtmann2006-02-071-1/+1
* Update copyright informationMarcel Holtmann2006-01-031-1/+1
* Include sys/uio.h for writev() functionMarcel Holtmann2006-01-031-0/+1
* Add constants for sniff subratingMarcel Holtmann2005-11-211-1/+4
* Remove decoding of flow control feature bitsMarcel Holtmann2005-11-021-3/+0
* 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