summaryrefslogtreecommitdiff
path: root/tools/hciconfig.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Use full include path for header filesMarcel Holtmann2014-01-251-2/+2
* tools: Fix strncat() usage in hciconfig/hcitoolAnderson Lizardo2014-01-061-7/+14
* tools: Print PAL version for AMP controllersMarcel Holtmann2013-10-071-3/+7
* tools: Fix hciconfig device information printout for AMP controllersMarcel Holtmann2013-10-071-9/+13
* tools: Limit controller type to two bits of device info typeMarcel Holtmann2013-09-281-2/+2
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* hciconfig: Remove putkey commandFrédéric Danis2012-12-051-64/+0
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* hciconfig: Add an option to set which advertise type will be onJefferson Delfes2012-11-221-6/+70
* hciconfig: Clarify what oobdata command doSzymon Janc2012-09-281-1/+1
* hciconfig: Fix compiler warnings related to unaligned memory accessVinicius Costa Gomes2012-02-141-1/+1
* hciconfig: Fix using old-style initializersVinicius Costa Gomes2012-02-141-2/+2
* hciconfig: Print features for AMP devicesAndrei Emeltchenko2011-12-081-1/+1
* hciconfig: Fix errno handling conventionAnderson Lizardo2011-11-171-4/+4
* Use HCI_MAX_EIR_LENGTH instead of hard-coded valueBruna Moreira2011-04-271-5/+5
* Fix LMP version string in hciconfigJohan Hedberg2011-03-281-1/+1
* Adjust LE command timeout and APIMarco Sinigaglia2011-03-101-1/+1
* Fix hciconfig leadv returned responseAndre Dieb Martins2011-02-011-3/+12
* Add option to set LE random address to hciconfigClaudio Takahasi2011-01-311-0/+44
* Add LE read supported states for hciconfigClaudio Takahasi2010-12-291-0/+89
* Coding style fixes for lib and toolsMichal Labedzki2010-12-211-32/+57
* Fix tools UI to avoid program launch mistakes.Michal Labedzki2010-12-201-2/+8
* hciconfig: add LE_SET_ADVERTISE_ENABLE cmdAnderson Briglia2010-09-061-0/+40
* Add hciconfig support for blacklistingJohan Hedberg2010-05-171-0/+55
* Remove extra spaces from tools dirJose Antonio Santos Cadenas2010-05-071-3/+3
* Pretty print HCI revision and LMP subversionMarcel Holtmann2010-03-071-2/+2
* Show HCI and LMP versions on separate linesMarcel Holtmann2010-02-131-1/+2
* Show controller type and bus type for every deviceMarcel Holtmann2010-02-131-4/+6
* The TX power level is a signed int and not an unsigned intMarcel Holtmann2010-02-051-1/+1
* Print EIR attribute for Device IDMarcel Holtmann2010-02-051-0/+4
* Fix another fallout from Inquiry Response Transmit Power Level typoMarcel Holtmann2010-02-051-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* 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