summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Move common code to sdp to avoid duplicationSzymon Janc2012-03-281-17/+3
* hciattach: Remove some unneeded includesMarcel Holtmann2012-02-264-8/+0
* hciattach: Add new HCI UART flagsMarcel Holtmann2012-02-261-0/+2
* 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
* tools: Fix using old-style initializersVinicius Costa Gomes2012-02-142-2/+2
* sdptool: Add GoepL2capPsm decoding supportLuiz Augusto von Dentz2012-02-071-2/+9
* hciconfig: Print features for AMP devicesAndrei Emeltchenko2011-12-081-1/+1
* csr_bcsp: Fix missing errno attributionAnderson Lizardo2011-11-171-0/+1
* bccmd: Fix overwriting errno valueAnderson Lizardo2011-11-171-24/+8
* hciconfig: Fix errno handling conventionAnderson Lizardo2011-11-171-4/+4
* 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
* hciattach: fix serial speed setting for wl1271Yegor Yefremov2011-09-223-10/+13
* Fix common misspelled wordsLucas De Marchi2011-07-033-17/+17
* Remove unnecessary jumpsSlawomir Bochenski2011-06-012-7/+5
* Fix empty parameter list in functions declarationsSzymon Janc2011-05-181-1/+1
* Fix unused variable warnings reported by GCC 4.6Johan Hedberg2011-05-152-7/+11
* Fix redundant null check on calling free()Szymon Janc2011-05-152-14/+8
* Fix minor coding style issues in hid2hciJohan Hedberg2011-04-281-6/+5
* Update hid2hci tool from udev codebaseKay Sievers2011-04-282-242/+213
* 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-102-4/+4
* 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
* rename: tools/main.c to tools/rfcomm.cGustavo F. Padovan2011-02-041-0/+0
* Fix hciconfig leadv returned responseAndre Dieb Martins2011-02-011-3/+12
* Add option to enable privacy during scanning to hcitoolClaudio Takahasi2011-01-311-4/+9
* 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-212-42/+67
* Fix tools UI to avoid program launch mistakes.Michal Labedzki2010-12-202-141/+70
* hciattach: download configuration at user requested baud rateSuraj Sumangala2010-11-233-30/+73
* hciattach: make set_speed return error if any operation failsSuraj Sumangala2010-11-231-3/+10