summaryrefslogtreecommitdiff
path: root/tools/hcitool.c
Commit message (Expand)AuthorAgeFilesLines
* hcitool: Fix memory leak in cmd_infoAndre Guedes2014-02-171-0/+3
* tools: Use full include path for header filesMarcel Holtmann2014-01-251-2/+2
* tools: Fix strncat() usage in hciconfig/hcitoolAnderson Lizardo2014-01-061-8/+15
* tools: Use batocomp function instead of ouitocompMarcel Holtmann2012-12-091-6/+8
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* hcitool: Retrieve names from cache directoryFrédéric Danis2012-10-311-5/+26
* hcitool: Add LE scan based on White ListClaudio Takahasi2012-09-061-1/+7
* tools: Fix using old-style initializersVinicius Costa Gomes2012-02-141-1/+1
* hcitool: Fix errno handling conventionAnderson Lizardo2011-11-171-8/+8
* hcitool: Fix EIR parsingJohan Hedberg2011-10-141-19/+27
* Add support for parsing the remote name during LE ScanVinicius Costa Gomes2011-10-141-1/+53
* Add support for cancelling a LE Scan with Control-CVinicius Costa Gomes2011-10-071-4/+21
* Filter duplicates by default with hcitool lescanJohan Hedberg2011-10-031-3/+9
* Fix unused variable warnings reported by GCC 4.6Johan Hedberg2011-05-151-2/+0
* Adjust LE command timeout and APIMarco Sinigaglia2011-03-101-3/+3
* hcitool: add "whitelist" option to create LE connectionsClaudio Takahasi2011-03-041-4/+11
* hcitool: add random address type to LE Add to White ListClaudio Takahasi2011-03-041-2/+7
* hcitool: use defined constants for address typeClaudio Takahasi2011-03-041-2/+2
* hcitool: Add command to clear LE White ListArun Kumar Singh2011-03-011-0/+44
* hcitool: Add command to read size of LE White ListArun Kumar Singh2011-03-011-0/+47
* hcitool: Add command to remove a device from LE white listArun Kumar Singh2011-03-011-0/+47
* hcitool: Change commands struct formatingClaudio Takahasi2011-03-011-29/+29
* hcitool: Add command to add a device to LE White ListArun Kumar Singh2011-03-011-0/+47
* hcitool: fix interval and window parametersAndre Guedes2011-02-241-2/+7
* hcitool: add discovery procedure to lescan commandAndre Guedes2011-02-241-5/+77
* Add hcitool command to change the parameters of a given LE connectionClaudio Takahasi2011-02-231-0/+86
* Remove unneeded comma in the hcitool commands declarationClaudio Takahasi2011-02-231-2/+2
* hcitool: Add bdaddr type option to leccAndrei Emeltchenko2011-02-111-2/+7
* Bluetooth: hcitool: add option for LE_Scan_Type parameterAndrei Emeltchenko2011-02-111-2/+8
* Add option to enable privacy during scanning to hcitoolClaudio Takahasi2011-01-311-4/+9
* Coding style fixes for lib and toolsMichal Labedzki2010-12-211-10/+10
* Fix tools UI to avoid program launch mistakes.Michal Labedzki2010-12-201-139/+62
* Make LE_LINK define private to hcitool.c for nowJohan Hedberg2010-11-211-0/+3
* Print LE link type on hcitoolSheldon Demario2010-11-111-0/+2
* Use default adapter for LE commandsVille Tervo2010-07-161-0/+9
* Add ledc command to hcitoolVinicius Costa Gomes2010-07-131-0/+51
* Add handle and timeout parameters to hci_le_create_connVinicius Costa Gomes2010-07-121-2/+4
* Add lecc command to hcitoolVinicius Costa Gomes2010-07-081-0/+66
* Fix not respecting the user's endianism for LE ScanVinicius Costa Gomes2010-07-081-1/+1
* Add lescan command to hcitoolVinicius Costa Gomes2010-07-061-0/+118
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix another variable initializationJohan Hedberg2009-10-021-1/+2
* Fix memory leaksSteve Grubb2009-10-021-1/+5
* Fix memory leaks in hciconfig and hcitoolGustavo F. Padovan2009-02-101-2/+4
* 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
* Improve reading of local and remote extended featuresMarcel Holtmann2008-09-291-16/+28