summaryrefslogtreecommitdiffstats
path: root/tools/hcitool.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leaks in hciconfig and hcitoolGustavo F. Padovan2009-02-101-2/+4
| | | | | Some printfs were using functions that return dynamic allocated memory as parameters.
* Add delay to have 2.1 setup settle before requesting features againMarcel Holtmann2009-02-031-0/+1
|
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-1/+1
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Get rid of format string warnings with recent gcc versionsJohan Hedberg2008-10-201-42/+42
| | | | | | Recent gcc versions, like 4.3.2 from ubuntu intrepid, give warnings like "format not a string literal and no format arguments" without this patch.
* Improve reading of local and remote extended featuresMarcel Holtmann2008-09-291-16/+28
|
* Allow specifying of reason for the disconnectMarcel Holtmann2008-08-271-2/+4
|
* Use const char for usage textMarcel Holtmann2008-08-151-24/+24
|
* Add support for reading/setting the link policyMarcel Holtmann2008-06-121-3/+105
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Add refresh option to re-request device namesMarcel Holtmann2007-09-141-8/+16
|
* Show connection link type correctlyMarcel Holtmann2007-09-101-2/+15
|
* Fix decoding of extended pages numberMarcel Holtmann2007-06-161-2/+4
|
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
|
* More accurate class of device decoding for hcitool and hciconfigJohan Hedberg2006-12-201-5/+68
|
* Use multibyte friendly checks instead of isprint()Marcel Holtmann2006-11-261-6/+10
|
* Fix major class count calculation errorMarcel Holtmann2006-09-291-1/+1
|
* Fix endian issue with periodic inquiryMarcel Holtmann2006-09-201-2/+2
|
* Add support for periodic inquiry modeMarcel Holtmann2006-09-031-16/+132
|
* Make use of create_name()Marcel Holtmann2006-07-261-1/+1
|
* Only read remote extended features if local adapter supports itMarcel Holtmann2006-06-171-1/+1
|
* Cleanup main function declarationsMarcel Holtmann2006-04-281-1/+1
|
* Use the correct device for reading the local clockMarcel Holtmann2006-01-181-1/+1
|
* Update copyright informationMarcel Holtmann2006-01-031-1/+1
|
* Big cleanup of CVS relicsMarcel Holtmann2005-10-291-15/+10
|
* Allow clear text IAC valuesMarcel Holtmann2005-10-211-2/+11
|
* Add support for inquiry access codesMarcel Holtmann2005-09-291-15/+42
|
* Show supported commands also in clear textMarcel Holtmann2005-09-071-2/+8
|
* Use bt_free() to free the memory allocated by lmp_featurestostr()Marcel Holtmann2005-08-051-5/+9
|
* Correctly terminate the device name stringMarcel Holtmann2005-08-051-0/+2
|
* Fix some GCC 4.0 warningsMarcel Holtmann2005-07-051-3/+5
|
* Don't show empty namesMarcel Holtmann2005-07-031-1/+3
|
* Update reading of local Bluetooth clockMarcel Holtmann2005-07-031-21/+30
|
* Replace non-printable characters in device namesMarcel Holtmann2005-06-171-2/+11
|
* Fix program error codes on memory allocationsMarcel Holtmann2005-06-161-24/+48
|
* Use the new textfile libraryMarcel Holtmann2005-04-221-58/+13
|
* Include sys/param.h for PATH_MAXMarcel Holtmann2005-04-221-0/+1
|
* Set the storage directory through ${localstatedir}Marcel Holtmann2005-04-211-3/+1
|
* Use unlimited inquiry responses as defaultMarcel Holtmann2005-04-181-2/+2
|
* Use LMP_EXT_FEAT constantMarcel Holtmann2005-04-181-1/+1
|
* Check the number of pages for extended featuresMarcel Holtmann2005-04-171-3/+8
|
* Improve reading device names from cacheMarcel Holtmann2005-04-171-0/+5
|
* Fix the case if device isn't found in the name cacheMarcel Holtmann2005-04-161-2/+3
|
* Fix the name cache stateMarcel Holtmann2005-04-161-4/+5
|
* Make use of the device name cacheMarcel Holtmann2005-04-161-9/+82
|
* Integrate find options into scan commandMarcel Holtmann2005-04-111-303/+269
|
* Add new search command and OUI supportMarcel Holtmann2005-03-271-4/+310
|
* Use pscan_rep_mode for the name resolveMarcel Holtmann2005-02-221-1/+3
|
* The transmit power level is a signed integer valueMarcel Holtmann2005-02-221-1/+2
|
* Handle the valid bit of the clock offsetMarcel Holtmann2005-02-111-2/+2
|