summaryrefslogtreecommitdiffstats
path: root/tools/hciconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks in hciconfig and hcitoolGustavo F. Padovan2009-02-101-3/+12
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-3/+4
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Get rid of format string warnings with recent gcc versionsJohan Hedberg2008-10-201-1/+1
* Improve reading of local and remote extended featuresMarcel Holtmann2008-09-291-3/+5
* Use const char for string constantsMarcel Holtmann2008-08-151-2/+2
* There is no kernel security managerMarcel Holtmann2008-06-091-19/+0
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Add support for inquiry transmit power levelMarcel Holtmann2007-10-051-0/+36
* Decode more EIR elementsMarcel Holtmann2007-08-311-1/+19
* Fix command bit calculationMarcel Holtmann2007-08-261-1/+1
* Don't change EIR data when setting nameMarcel Holtmann2007-08-081-25/+0
* Add commands for Simple PairingMarcel Holtmann2007-08-011-0/+65
* The Philips chips also support the Ericsson revision commandMarcel Holtmann2007-01-141-0/+1
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* More accurate class of device decoding for hcitool and hciconfigJohan Hedberg2006-12-201-6/+71
* Use multibyte friendly checks instead of isprint()Marcel Holtmann2006-11-261-4/+8
* Don't change scan enable on devupMarcel Holtmann2006-11-211-5/+0
* Make use of create_name()Marcel Holtmann2006-07-261-1/+1
* Include sys/param.h for PATH_MAX when cross-compilingMarcel Holtmann2006-06-271-0/+1
* Cleanup main function declarationsMarcel Holtmann2006-04-281-4/+4
* Fix service classes decodingMarcel Holtmann2006-02-231-1/+1
* Fix revision string for Broadcom devicesMarcel Holtmann2006-02-151-1/+1
* Fix for displaying the correct class of device stringsMarcel Holtmann2006-02-151-1/+1
* Update copyright informationMarcel Holtmann2006-01-031-1/+1
* Fix big endian problem with ACL and SCO MTU settingsMarcel Holtmann2005-11-241-2/+2
* Fix strict-aliasing warningMarcel Holtmann2005-11-231-5/+3
* Big cleanup of CVS relicsMarcel Holtmann2005-10-291-15/+10
* Update support for extended inquiry responseMarcel Holtmann2005-10-291-12/+88
* Allow clear text IAC valuesMarcel Holtmann2005-10-211-3/+8
* Add support for the extended inquiry response commandsMarcel Holtmann2005-09-291-2/+45
* Add support for transient persistent storage valuesMarcel Holtmann2005-09-101-1/+1
* Show supported commands also in clear textMarcel Holtmann2005-09-071-2/+16
* Identify the extended inquiry mode correctlyMarcel Holtmann2005-08-191-2/+15
* Use bt_free() to free the memory allocated by lmp_featurestostr()Marcel Holtmann2005-08-051-3/+9
* Correctly terminate the device name stringMarcel Holtmann2005-08-051-1/+2
* Move CSR panic and fault code reading to the bccmd toolMarcel Holtmann2005-07-031-11/+1
* Add support for inquiry scan typeMarcel Holtmann2005-06-161-0/+35
* Support storing and deleting of stored link keysMarcel Holtmann2005-05-011-1/+99
* The pskey tool should be used for reading the boot modeMarcel Holtmann2005-04-231-4/+1
* Read the boot mode on CSR devicesMarcel Holtmann2005-04-201-1/+4
* Use LMP_EXT_FEAT constantMarcel Holtmann2005-04-181-1/+1
* Add support for supported commands and extended featuresMarcel Holtmann2005-04-171-15/+85
* Whitespace cleanupMarcel Holtmann2005-03-271-6/+6
* Add support for reading CSR panic and fault codesMarcel Holtmann2005-03-171-1/+11
* Read BD_ADDR if not set and if it is a raw deviceMarcel Holtmann2005-03-091-0/+13
* Update display of Broadcom firmware versionMarcel Holtmann2005-02-101-1/+1
* Don't show extended information for raw devicesMarcel Holtmann2005-01-311-1/+2
* Don't set inquiry scan or page scan on raw devicesMarcel Holtmann2005-01-281-0/+4
* More cleanupsMarcel Holtmann2005-01-111-11/+9