History log of /external/bluetooth/bluez/tools/hcitool.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
314d381d3ecc6fefdbfb50b99815fb755ed17f2a 09-Dec-2009 Nick Pelly <npelly@google.com> Add ACL flow control state (MTU, packets available, packets total) for debug.

Accessed with the debug tool 'hcitool con'

Change-Id: I637d6ac9e2ca63c6e4fc1d24a149f73901704550
/external/bluetooth/bluez/tools/hcitool.c
2076574365b22a211b569a4dcc9a4df6f924f41c 15-May-2011 Johan Hedberg <johan.hedberg@intel.com> Fix unused variable warnings reported by GCC 4.6
/external/bluetooth/bluez/tools/hcitool.c
39454251efae92460f2beb3b593b02219266a11b 09-Mar-2011 Marco Sinigaglia <marco.sinigaglia@csr.com> Adjust LE command timeout and API

The timeout value has been hardcoded on hci_send_req call and, instead,
it should be passed from above (for ex from hci_le_set_scan_enable).
This patch removes the hardcoded value from hci_send_req and it
increases the timeout to 1000ms.
/external/bluetooth/bluez/tools/hcitool.c
dc920afdf5a9ee58181d094f96def64f15b65207 02-Mar-2011 Claudio Takahasi <claudio.takahasi@openbossa.org> hcitool: add "whitelist" option to create LE connections

If "whitelist" option is given, the peer address and type will be
ignored and the white list will be used to determine which advertiser
to connect to.
/external/bluetooth/bluez/tools/hcitool.c
81a57bd00d4fb91281c014565744c62cfbbec60e 02-Mar-2011 Claudio Takahasi <claudio.takahasi@openbossa.org> hcitool: add random address type to LE Add to White List
/external/bluetooth/bluez/tools/hcitool.c
3f6465163dacdb8330e793443bc71b2467bf6696 02-Mar-2011 Claudio Takahasi <claudio.takahasi@openbossa.org> hcitool: use defined constants for address type
/external/bluetooth/bluez/tools/hcitool.c
52921124202f96d6ab8e5ec93eace4c41bc06776 28-Feb-2011 Arun Kumar Singh <arunkat@gmail.com> hcitool: Add command to clear LE White List
/external/bluetooth/bluez/tools/hcitool.c
fc10b2c6f1d0fe6d3164a0361bbdc3685e333dde 28-Feb-2011 Arun Kumar Singh <arunkat@gmail.com> hcitool: Add command to read size of LE White List
/external/bluetooth/bluez/tools/hcitool.c
d68ff374da47f4a37fd31025fdd448931599614b 28-Feb-2011 Arun Kumar Singh <arunkat@gmail.com> hcitool: Add command to remove a device from LE white list
/external/bluetooth/bluez/tools/hcitool.c
7e018c6e02e39faa3b12f144390be4942bd316e6 28-Feb-2011 Claudio Takahasi <claudio.takahasi@openbossa.org> hcitool: Change commands struct formating
/external/bluetooth/bluez/tools/hcitool.c
265059a149c78e780bdbed275feb250ab5276a65 28-Feb-2011 Arun Kumar Singh <arunkat@gmail.com> hcitool: Add command to add a device to LE White List
/external/bluetooth/bluez/tools/hcitool.c
47316f8c8009ec64db437ae59aad529f3e98dc43 24-Feb-2011 Andre Guedes <andre.guedes@openbossa.org> hcitool: fix interval and window parameters

Set interval and window parameters properly if --discovery option
is present in lescan command.

According to the Bluetooth spec, during a general or limited discovery
procedure the scan interval and the scan window should be set to
11.25 ms. If --discovery option isn't present, both parameters are set
to the default value (10 ms) defined in LE Set Scan Parameters Command.

According to that command description, the interval and window parameters
should be set as follows:

Time = N * 0.625 msec

So, in order to set the time values to 11.25 and 10 ms, the parameters
should be equal to 18 (0x0012) and 16 (0x0010), respectively.
/external/bluetooth/bluez/tools/hcitool.c
cf815898421cb21f967ce9deafea53489ab7d32b 23-Feb-2011 Andre Guedes <andre.guedes@openbossa.org> hcitool: add discovery procedure to lescan command

This patch adds the option [--discovery=g|l] to lescan command. Use
this option to enable the general or limited discovery procedure.
If discovery option is not given scanning will display all results
ignoring the AD flags.
/external/bluetooth/bluez/tools/hcitool.c
9152acfbc7c8547de218c49fc5758de0ec5ffb6d 22-Feb-2011 Claudio Takahasi <claudio.takahasi@openbossa.org> Add hcitool command to change the parameters of a given LE connection

Allows the LE master to start the Connection Parameter Update Procedure.
Parameters values consistency are not verified on purpose allowing
invalid values to test fail scenarios.
/external/bluetooth/bluez/tools/hcitool.c
8e7af67a19addfcb7558fa36f7802d38b2bf185a 22-Feb-2011 Claudio Takahasi <claudio.takahasi@openbossa.org> Remove unneeded comma in the hcitool commands declaration
/external/bluetooth/bluez/tools/hcitool.c
61b3ce7194834835f8de04b3bf2030f06a26847f 11-Feb-2011 Andrei Emeltchenko <andrei.emeltchenko@nokia.com> hcitool: Add bdaddr type option to lecc
/external/bluetooth/bluez/tools/hcitool.c
2cc99a5ea6f13839fe6fbfd3bf4a761cdcedce50 11-Feb-2011 Andrei Emeltchenko <andrei.emeltchenko@nokia.com> Bluetooth: hcitool: add option for LE_Scan_Type parameter

The LE_Scan_Type parameter controls the type of scan to perform.
/external/bluetooth/bluez/tools/hcitool.c
a026163d2c4ae51f196e84040fd43ba8a304465b 28-Jan-2011 Claudio Takahasi <claudio.takahasi@openbossa.org> Add option to enable privacy during scanning to hcitool

When privacy is enabled, random address is used during active scanning.
The non-resolvable private address shall be set using hciconfig.
/external/bluetooth/bluez/tools/hcitool.c
ed2c65ad9d540c7e984b63579a9180e66f3e6bb0 21-Dec-2010 Michal Labedzki <michal.labedzki@tieto.com> Coding style fixes for lib and tools
/external/bluetooth/bluez/tools/hcitool.c
57aa201c25cedd96fdf8446f459494051d66103b 20-Dec-2010 Michal Labedzki <michal.labedzki@tieto.com> Fix tools UI to avoid program launch mistakes.

hciconfig: warrning user on unknown commands
hcitool: return error on unknown command in hcitool
fix length size in comparision to avoid ambiguity commands
check if command number of arguments is correct
/external/bluetooth/bluez/tools/hcitool.c
29c494df1235292bb39f8099bbdde557810e8420 21-Nov-2010 Johan Hedberg <johan.hedberg@nokia.com> Make LE_LINK define private to hcitool.c for now

The value 0x03 isn't something that exists in the core spec, so it
shouldn't be used in the same API as SCO/ACL link types. Since there are
some experimental kernel patches that use it this patch makes it private
to hcitool.c.
/external/bluetooth/bluez/tools/hcitool.c
bca4b3c88b076e5df0141ce350ef837d9328f6dd 10-Nov-2010 Sheldon Demario <sheldon.demario@openbossa.org> Print LE link type on hcitool
/external/bluetooth/bluez/tools/hcitool.c
e49d5d37388269c0d96a5d7ae3108c0cbc88cd7a 16-Jul-2010 Ville Tervo <ville.tervo@nokia.com> Use default adapter for LE commands

Choose default adapter if device was not specified on the command line.
/external/bluetooth/bluez/tools/hcitool.c
65d1af240b5329139716eee9f373f0431f5dc1be 13-Jul-2010 Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Add ledc command to hcitool

This command allows for low-level LE connections to be disconnected
by handle.
/external/bluetooth/bluez/tools/hcitool.c
71716c2a00dc7e60055fe6589b87b77daed23a92 10-Jul-2010 Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Add handle and timeout parameters to hci_le_create_conn

Now hci_le_create_conn is more consistent with hci_create_conn, both
have a handle out parameter and a timeout.
/external/bluetooth/bluez/tools/hcitool.c
c8e88ab534932c389062a8906f3bf56c85116508 09-Jul-2010 Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Add lecc command to hcitool

This command allows the creation of LE Connections to remote devices.
The command is useful for testing if the local device is able to start
connections and if the remote device is able to receive connection
requests.
/external/bluetooth/bluez/tools/hcitool.c
46d1c28faf71d2e9cf281696bc762ef90b165005 09-Jul-2010 Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Fix not respecting the user's endianism for LE Scan

When setting LE Scan parameters we were assuming that the user was using
a Little Endian machine.
/external/bluetooth/bluez/tools/hcitool.c
9438aa46822e4233f7cbba209ead1d13e657d1cc 23-Jun-2010 Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Add lescan command to hcitool

This is a sample implementation of the LE Scan procedure.
/external/bluetooth/bluez/tools/hcitool.c
9184e2eeb7b97371c6b83b747c8984e2340d2b47 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/tools/hcitool.c
1d7afe82114b8bf0688cbf1cb852babb36cac7d1 02-Oct-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix another variable initialization
/external/bluetooth/bluez/tools/hcitool.c
2e926fb0168ba0249dfbbcca71ff685e4235e1c7 25-Sep-2009 Steve Grubb <sgrubb@redhat.com> Fix memory leaks

I was doing some code reviews of the 4.54 release and found a few memory
leaks. These are mostly in error paths.
/external/bluetooth/bluez/tools/hcitool.c
28faab63be1eb83bf26f394552f46bce1b1d4114 10-Feb-2009 Gustavo F. Padovan <gustavo@las.ic.unicamp.br> Fix memory leaks in hciconfig and hcitool

Some printfs were using functions that return dynamic allocated memory
as parameters.
/external/bluetooth/bluez/tools/hcitool.c
8dcd4a1f5ef28836b6a8e1b8092fdb2278dd4928 03-Feb-2009 Marcel Holtmann <marcel@holtmann.org> Add delay to have 2.1 setup settle before requesting features again
/external/bluetooth/bluez/tools/hcitool.c
9c0b5859e6cc4b7a0e925fde8665990281b265d3 29-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Fix mostly every warning caused by -Wsign-compare
/external/bluetooth/bluez/tools/hcitool.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/tools/hcitool.c
efcfad7c009502b2951a2408df3a94b83934e288 20-Oct-2008 Johan Hedberg <johan.hedberg@nokia.com> Get rid of format string warnings with recent gcc versions

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.
/external/bluetooth/bluez/tools/hcitool.c
4652763c85dd48bc0607caba75f94e79aab78841 29-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Improve reading of local and remote extended features
/external/bluetooth/bluez/tools/hcitool.c
ea3f9b2d644e2c1beeccc01591b302f5ed8a77bd 27-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Allow specifying of reason for the disconnect
/external/bluetooth/bluez/tools/hcitool.c
1e23f60da1176e353f6914ca41c2d0e431e9a197 15-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Use const char for usage text
/external/bluetooth/bluez/tools/hcitool.c
bbd957c4d906e3107b892b72339716f77c6b4b04 12-Jun-2008 Marcel Holtmann <marcel@holtmann.org> Add support for reading/setting the link policy
/external/bluetooth/bluez/tools/hcitool.c
e823c15e43a6f924779e466d434c51157002d9ee 02-Feb-2008 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/tools/hcitool.c
6efce5841c487a4fbbc0aa324cbcdd1d58f40077 14-Sep-2007 Marcel Holtmann <marcel@holtmann.org> Add refresh option to re-request device names
/external/bluetooth/bluez/tools/hcitool.c
7d7658ad2fcd296440916cd26cd8182a8dc0a7c3 10-Sep-2007 Marcel Holtmann <marcel@holtmann.org> Show connection link type correctly
/external/bluetooth/bluez/tools/hcitool.c
5542ce34cfb07a75eebd5659fb66d1fe2394faa6 16-Jun-2007 Marcel Holtmann <marcel@holtmann.org> Fix decoding of extended pages number
/external/bluetooth/bluez/tools/hcitool.c
607695ed109340f4b7a5628420e0a8e8aee34f4e 13-Jan-2007 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/tools/hcitool.c
f1e35f0b9edc15eebfd9b2b0b01ffa4bf0f85cdb 20-Dec-2006 Johan Hedberg <johan.hedberg@nokia.com> More accurate class of device decoding for hcitool and hciconfig
/external/bluetooth/bluez/tools/hcitool.c
59a4bc3afb004d7aeef69461987307738a9fe4af 26-Nov-2006 Marcel Holtmann <marcel@holtmann.org> Use multibyte friendly checks instead of isprint()
/external/bluetooth/bluez/tools/hcitool.c
b08d30eb4d07eec80cd7f852a6037864219313d0 29-Sep-2006 Marcel Holtmann <marcel@holtmann.org> Fix major class count calculation error
/external/bluetooth/bluez/tools/hcitool.c
8ee8041f8ad6aeb75ff9d9dba3d27d6663da247a 20-Sep-2006 Marcel Holtmann <marcel@holtmann.org> Fix endian issue with periodic inquiry
/external/bluetooth/bluez/tools/hcitool.c
a229e05f0a28860e766034f04ca5086f0e355045 03-Sep-2006 Marcel Holtmann <marcel@holtmann.org> Add support for periodic inquiry mode
/external/bluetooth/bluez/tools/hcitool.c
ff9745b2228bfb780f5d5d553a8de61a7271062d 26-Jul-2006 Marcel Holtmann <marcel@holtmann.org> Make use of create_name()
/external/bluetooth/bluez/tools/hcitool.c
9fab0f8bb8c38b57d9a3bfe6abb2d93134326462 17-Jun-2006 Marcel Holtmann <marcel@holtmann.org> Only read remote extended features if local adapter supports it
/external/bluetooth/bluez/tools/hcitool.c
403066f6cd6f4df68f68178acc2db0926370e95c 28-Apr-2006 Marcel Holtmann <marcel@holtmann.org> Cleanup main function declarations
/external/bluetooth/bluez/tools/hcitool.c
da7aed3f3f9377f68a7aebe645ef4e8b1f6f1d92 18-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Use the correct device for reading the local clock
/external/bluetooth/bluez/tools/hcitool.c
f2e48c44a7e4c9ee31b8ce2e302186f6047cfeab 03-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/tools/hcitool.c
632a9432774ff3a0c6e556e8f32a565b38890767 30-Oct-2005 Marcel Holtmann <marcel@holtmann.org> Big cleanup of CVS relics
/external/bluetooth/bluez/tools/hcitool.c
97a6bcbbe32c89438f4f54e47b376c75e2949763 21-Oct-2005 Marcel Holtmann <marcel@holtmann.org> Allow clear text IAC values
/external/bluetooth/bluez/tools/hcitool.c
bf1758786cd88dbf3ae3d113f7fce95c43ee71eb 29-Sep-2005 Marcel Holtmann <marcel@holtmann.org> Add support for inquiry access codes
/external/bluetooth/bluez/tools/hcitool.c
9848c1fa4ee7b49d425cb790fe9ab5edff8761dd 07-Sep-2005 Marcel Holtmann <marcel@holtmann.org> Show supported commands also in clear text
/external/bluetooth/bluez/tools/hcitool.c
ad3049f07e580ee1ffb235afea1e368c4c46a639 05-Aug-2005 Marcel Holtmann <marcel@holtmann.org> Use bt_free() to free the memory allocated by lmp_featurestostr()
/external/bluetooth/bluez/tools/hcitool.c
8ac83f1424fe8c726aeeccda705c6840d5b31ab9 05-Aug-2005 Marcel Holtmann <marcel@holtmann.org> Correctly terminate the device name string
/external/bluetooth/bluez/tools/hcitool.c
1f422e5f2b343d35a8c77ce4be16f74b2819b2bf 05-Jul-2005 Marcel Holtmann <marcel@holtmann.org> Fix some GCC 4.0 warnings
/external/bluetooth/bluez/tools/hcitool.c
cbbe4f3f909cde4356f1323e0bd157e2fe9320de 03-Jul-2005 Marcel Holtmann <marcel@holtmann.org> Don't show empty names
/external/bluetooth/bluez/tools/hcitool.c
a32c06bc2990f56420782e8966aa5de08b61d505 03-Jul-2005 Marcel Holtmann <marcel@holtmann.org> Update reading of local Bluetooth clock
/external/bluetooth/bluez/tools/hcitool.c
1d2e71b109d907473939864caa5afec86000d58a 17-Jun-2005 Marcel Holtmann <marcel@holtmann.org> Replace non-printable characters in device names
/external/bluetooth/bluez/tools/hcitool.c
3257d9b3a8f59561960c75f310fea33d23858024 16-Jun-2005 Marcel Holtmann <marcel@holtmann.org> Fix program error codes on memory allocations
/external/bluetooth/bluez/tools/hcitool.c
cb079810a52ebbc4ec46c33b2a0f31a6b9c8c778 22-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Use the new textfile library
/external/bluetooth/bluez/tools/hcitool.c
70e5fac9bd0fb2294eb7e585c005eb096ae84f5d 22-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Include sys/param.h for PATH_MAX
/external/bluetooth/bluez/tools/hcitool.c
f5a214f76f2d93702b5bc3b0b168389d8f8b34f2 21-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Set the storage directory through ${localstatedir}
/external/bluetooth/bluez/tools/hcitool.c
be0264a76e5658b41a23ed7a9228eb27490abf58 19-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Use unlimited inquiry responses as default
/external/bluetooth/bluez/tools/hcitool.c
bb30c261fcdb833bf5cac02f671822bbe443ff27 18-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Use LMP_EXT_FEAT constant
/external/bluetooth/bluez/tools/hcitool.c
c3881e06e2262909d8e1c190622002c5e02d724f 18-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Check the number of pages for extended features
/external/bluetooth/bluez/tools/hcitool.c
24793e9a7eb16ed4f749b32419154bc2a58bbc1d 17-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Improve reading device names from cache
/external/bluetooth/bluez/tools/hcitool.c
12513fafd320f210190ab574383efe9591ce6c6e 17-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Fix the case if device isn't found in the name cache
/external/bluetooth/bluez/tools/hcitool.c
91ec71874613cf65ab0abdaaf62c0b4e6a56a40e 17-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Fix the name cache state
/external/bluetooth/bluez/tools/hcitool.c
304b8bb466c0b015d30f9dfbc785d2a7c0a2ef79 17-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Make use of the device name cache
/external/bluetooth/bluez/tools/hcitool.c
f1a83659170a8f324991061c9ed14f39393e7c10 11-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Integrate find options into scan command
/external/bluetooth/bluez/tools/hcitool.c
8e8b4632526b90c9a8a86d1829ee5b71033d3fbb 27-Mar-2005 Marcel Holtmann <marcel@holtmann.org> Add new search command and OUI support
/external/bluetooth/bluez/tools/hcitool.c
354b825e585790a15fc07ca382540739cbb3c155 22-Feb-2005 Marcel Holtmann <marcel@holtmann.org> Use pscan_rep_mode for the name resolve
/external/bluetooth/bluez/tools/hcitool.c
05ec11bf58edbacb68ebf4cd4b629df697224d6e 22-Feb-2005 Marcel Holtmann <marcel@holtmann.org> The transmit power level is a signed integer value
/external/bluetooth/bluez/tools/hcitool.c
8aebcde5f68394bc2cd27855971d26ce52da0500 11-Feb-2005 Marcel Holtmann <marcel@holtmann.org> Handle the valid bit of the clock offset
/external/bluetooth/bluez/tools/hcitool.c
d67817be8163beb8d69d97934eb998d269221a14 11-Feb-2005 Marcel Holtmann <marcel@holtmann.org> Use the clock offset when getting the remote names
/external/bluetooth/bluez/tools/hcitool.c
30fa99ad8cc79b6e4cb4620a31510d5a6cd31acd 25-Jan-2005 Marcel Holtmann <marcel@holtmann.org> Add command for reading the clock
/external/bluetooth/bluez/tools/hcitool.c
fefb12aae57e186c00a50a87a3725f8657fd95e2 25-Jan-2005 Marcel Holtmann <marcel@holtmann.org> Add command for reading the clock offset
/external/bluetooth/bluez/tools/hcitool.c
cbbc9f09bb9b41caa5ee9fa751a80d16d34a4bda 13-Jan-2005 Marcel Holtmann <marcel@holtmann.org> Use library function for reading the transmit power level
/external/bluetooth/bluez/tools/hcitool.c
1b71ff969ad17bd4e1265b6cc1d06ca38afc6c27 13-Jan-2005 Marcel Holtmann <marcel@holtmann.org> Use library function for link supervision timeout
/external/bluetooth/bluez/tools/hcitool.c
818f37527b66b1bd8c177759a8c7710882030093 13-Jan-2005 Marcel Holtmann <marcel@holtmann.org> Use library functions for RSSI and link quality
/external/bluetooth/bluez/tools/hcitool.c
018d2a9255e4015860825bd4957d5bd41ba7cecc 11-Jan-2005 Marcel Holtmann <marcel@holtmann.org> Whitespace cleanup and make more code static
/external/bluetooth/bluez/tools/hcitool.c
1fc62ff85f185eae7f2297648fc9a2846fcb284d 09-Nov-2004 Marcel Holtmann <marcel@holtmann.org> Use the new AFH functions
/external/bluetooth/bluez/tools/hcitool.c
5327e84a4c0f07e44d8c3b23410c355465b094e5 04-Nov-2004 Marcel Holtmann <marcel@holtmann.org> Add support for changing the link key of a connection
/external/bluetooth/bluez/tools/hcitool.c
1c111444bad2e4f0d66874a9032e43f91cb6cc3f 04-Nov-2004 Marcel Holtmann <marcel@holtmann.org> Some whitespace cleanup
/external/bluetooth/bluez/tools/hcitool.c
7e08a09c87660616b173f338aff9baf3f7b61f5d 25-Oct-2004 Marcel Holtmann <marcel@holtmann.org> Use Bluetooth library functions
/external/bluetooth/bluez/tools/hcitool.c
b3f9653837d74d6866c90114e52d9d4c024d6423 20-Oct-2004 Marcel Holtmann <marcel@holtmann.org> Wait some time before calling disconnect
/external/bluetooth/bluez/tools/hcitool.c
01e800f18ea32d2b9d285bb245d303e3aa81fc3b 25-Jul-2004 Marcel Holtmann <marcel@holtmann.org> Use packet type and allow role switch
/external/bluetooth/bluez/tools/hcitool.c
f3ba72e2b071ba40bfe535a4b76193100a956462 12-Jun-2004 Marcel Holtmann <marcel@holtmann.org> Change timeout for create connection
/external/bluetooth/bluez/tools/hcitool.c
b66d3f9b2cb8934a0eb7ac07f347001984488ac6 28-Apr-2004 Marcel Holtmann <marcel@holtmann.org> Unify copyright and license information
/external/bluetooth/bluez/tools/hcitool.c
56cbbde9aaecbfdd1f1e4c820de92110355aa365 25-Apr-2004 Marcel Holtmann <marcel@holtmann.org> Add support for getting the AFH channel map
/external/bluetooth/bluez/tools/hcitool.c
7b44fb1986b0bae4fc37130c22a975972261f851 25-Apr-2004 Marcel Holtmann <marcel@holtmann.org> The lmp_featurestostr() now uses a character number as width
/external/bluetooth/bluez/tools/hcitool.c
44d98edef4ab08644f87ebfb67ab6d5fb41ffa14 19-Apr-2004 Marcel Holtmann <marcel@holtmann.org> Fix more endian bugs for the ACL handle
/external/bluetooth/bluez/tools/hcitool.c
1d3715db11f573060cb02a2b7b7c44f06607d337 03-Apr-2004 Marcel Holtmann <marcel@holtmann.org> Update BlueZ library configuration
/external/bluetooth/bluez/tools/hcitool.c
4352b6d63fb5eb038e5f678ae143f97662b7db3b 21-Mar-2004 Marcel Holtmann <marcel@holtmann.org> Add support for setting connection encryption
/external/bluetooth/bluez/tools/hcitool.c
f3be9c15792728861db02c8b0a3692903a30552b 19-Feb-2004 Marcel Holtmann <marcel@holtmann.org> Add command for authentication request
/external/bluetooth/bluez/tools/hcitool.c
2cabb56f7528c9756617dbae8a73d9878bfa9b59 16-Feb-2004 Marcel Holtmann <marcel@holtmann.org> Fix endian problem with hci_create_connection()
/external/bluetooth/bluez/tools/hcitool.c
16e217b4b13b828a9bb6c372d544deafa0e01f24 21-Dec-2003 Marcel Holtmann <marcel@holtmann.org> Fix automatic connection creation for the info command
/external/bluetooth/bluez/tools/hcitool.c
8793e6002250dde7f85ab89410ad96aebf2dbb76 16-Dec-2003 Marcel Holtmann <marcel@holtmann.org> Increase number of inquiry responses
/external/bluetooth/bluez/tools/hcitool.c
7fbea8e4421d04d23747ad4dbcc31aa2d10e0c74 18-Nov-2003 Marcel Holtmann <marcel@holtmann.org> Display all 8 bytes of the features
/external/bluetooth/bluez/tools/hcitool.c
6b410af5c3e83f36ed8b5a620f1ab3029a271058 24-Jul-2003 Marcel Holtmann <marcel@holtmann.org> Kill usage of strtoba() and batostr()
/external/bluetooth/bluez/tools/hcitool.c
26d5498a00afec5ed676ef84ce1e7b94557ff46c 26-Jun-2003 Marcel Holtmann <marcel@holtmann.org> Add command for reading transmit power level
/external/bluetooth/bluez/tools/hcitool.c
e7490562668965f3433aa4270b88ce55bfa9e1e3 18-Jun-2003 Stephen Crane <steve.crane@rococosoft.com> ...
/external/bluetooth/bluez/tools/hcitool.c
424f2b1bb5f34a89adc279c216bdf1f032dffa8d 08-Apr-2003 Marcel Holtmann <marcel@holtmann.org> Cleanup
/external/bluetooth/bluez/tools/hcitool.c
723681ffa3035a55fe3a293add7e26da0e7296bd 08-Apr-2003 Stephen Crane <steve.crane@rococosoft.com> use constants; report errors
/external/bluetooth/bluez/tools/hcitool.c
3e8471f6fc3e46a168ebb1bdfacdfb182c746f59 07-Jan-2003 Marcel Holtmann <marcel@holtmann.org> Support for switch role command
/external/bluetooth/bluez/tools/hcitool.c
d77d3f848c60d692cc9029ccf9a15b06f0704e90 20-Dec-2002 Marcel Holtmann <marcel@holtmann.org> Make the info command reusing an existing connection handle
/external/bluetooth/bluez/tools/hcitool.c
8c6e7af8ac997ce101009569e3bdaee231e8fb12 07-Oct-2002 Max Krasnyansky <maxk@qualcomm.com> Add for get/set link supervision timeout.
/external/bluetooth/bluez/tools/hcitool.c
8f511c20f7f6b0b59316bdb84ff444ccbc918242 15-Sep-2002 Max Krasnyansky <maxk@qualcomm.com> get link quality support
/external/bluetooth/bluez/tools/hcitool.c
d10423ecaa32884c2c382756d502f615349c400b 22-Aug-2002 Stephen Crane <steve.crane@rococosoft.com> use hci lib
/external/bluetooth/bluez/tools/hcitool.c
04c8ddd5a5d720e75144755d071e2331c979d1ed 20-Aug-2002 Max Krasnyansky <maxk@qualcomm.com> Add 'bluetooth/' to includes
/external/bluetooth/bluez/tools/hcitool.c
aaa64a3108d3bb8eba3e49f2b58d3909627bbca0 25-Jun-2002 Max Krasnyansky <maxk@qualcomm.com> Move revision command to hciconfig.
/external/bluetooth/bluez/tools/hcitool.c
596c0840d5682ccae5f1805f92f32391608bfac8 20-Jun-2002 Max Krasnyansky <maxk@qualcomm.com> scan command works again.
/external/bluetooth/bluez/tools/hcitool.c
002edf82ee25e3161bb00e6c976aefcb11062ba1 18-Jun-2002 Max Krasnyansky <maxk@qualcomm.com> use hci_devid
/external/bluetooth/bluez/tools/hcitool.c
8ee2371d4b948a541a71fce00e1cfde01ed364d8 18-Jun-2002 Max Krasnyansky <maxk@qualcomm.com> Use library functions hci_for_each_dev and hci_get_route.
Use new hci_inquiry function syntax.
/external/bluetooth/bluez/tools/hcitool.c
d8ab2999e595a6cf7e853c881d1716c7262fe74a 23-May-2002 Max Krasnyansky <maxk@qualcomm.com> help output improvements
/external/bluetooth/bluez/tools/hcitool.c
b9d072d8c187426e925356dc5fdc143f6a19d4bb 18-May-2002 Max Krasnyansky <maxk@qualcomm.com> Change connection packet type support.
/external/bluetooth/bluez/tools/hcitool.c
8f32a0237d9eae5ab56916424bb1e7580be28db1 13-May-2002 Max Krasnyansky <maxk@qualcomm.com> usage clarification
/external/bluetooth/bluez/tools/hcitool.c
c1df5fbb4f48cfdd3cd4a566a0836889aa6e8458 08-May-2002 Max Krasnyansky <maxk@qualcomm.com> RSSI support.
/external/bluetooth/bluez/tools/hcitool.c
6446efe312e0410efc4c45dc68f5d980755f0666 08-May-2002 Max Krasnyansky <maxk@qualcomm.com> Use hci_test_bit instead of (1<<bit)
/external/bluetooth/bluez/tools/hcitool.c
095e2ef25275e4682b9c1a51d6f9f233f0360d18 02-May-2002 Max Krasnyansky <maxk@qualcomm.com> Added "name" command.
/external/bluetooth/bluez/tools/hcitool.c
d65d0510cd20a55a08b64f476714b229c5436396 22-Apr-2002 Max Krasnyansky <maxk@qualcomm.com> Argument parsing fixes
/external/bluetooth/bluez/tools/hcitool.c
98f6f92be002a098fb4f3b773939ab7c94834a0d 22-Apr-2002 Max Krasnyansky <maxk@qualcomm.com> Display feature bytes in hex
/external/bluetooth/bluez/tools/hcitool.c
996b96baf78a1e77e94c08f391e00a8bc7822955 19-Apr-2002 Max Krasnyansky <maxk@qualcomm.com> New improved argument processing.
/external/bluetooth/bluez/tools/hcitool.c
ba150fb166ed968105942dd97992be83afd4af50 19-Apr-2002 Max Krasnyansky <maxk@qualcomm.com> cmd_cmd cleanup
/external/bluetooth/bluez/tools/hcitool.c
c4f18f46436d80592fa3bd500b74737a5e349a56 19-Apr-2002 Max Krasnyansky <maxk@qualcomm.com> Simplified 'cmd' command
/external/bluetooth/bluez/tools/hcitool.c
8720383cae063462a97c39f7bccdc5340a58594a 15-Apr-2002 Max Krasnyansky <maxk@qualcomm.com> Added "info" command
/external/bluetooth/bluez/tools/hcitool.c
4962b360716e1fd17a4f3cbddc7a305b4fd24668 09-Apr-2002 Max Krasnyansky <maxk@qualcomm.com> Added scan and rev commands.
/external/bluetooth/bluez/tools/hcitool.c
46ee343d9d3f6fe1786089b87402a24fc460144c 28-Mar-2002 Max Krasnyansky <maxk@qualcomm.com> Set default inquiry length to 10 seconds.
/external/bluetooth/bluez/tools/hcitool.c
acc7ace68c67f8bd356aaab04ce7b29914962607 22-Mar-2002 Max Krasnyansky <maxk@qualcomm.com> create_connection fix.
/external/bluetooth/bluez/tools/hcitool.c
945768a289b2114b26c0139f8875d1471a300c6b 22-Mar-2002 Max Krasnyansky <maxk@qualcomm.com> connect and disconnect fixes.
/external/bluetooth/bluez/tools/hcitool.c
c98b2f82a4e532ca61592b08e3ad60749eb9f8d7 08-Mar-2002 Max Krasnyansky <maxk@qualcomm.com> Initial revision
/external/bluetooth/bluez/tools/hcitool.c