summaryrefslogtreecommitdiff
path: root/tools/hciattach.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix trivial coding style issues on pointer declarations and castingAnderson Lizardo2012-08-261-1/+1
| | | | | Avoid using C++ style pointer declarations like "char* ptr", as most BlueZ code uses "char *ptr".
* hciattach: Add support for Intel Bluetooth deviceTedd Ho-Jeong An2012-05-161-0/+1
| | | | | | This patch enables the Intel Bluetooth device (UART sku) over the H4 protocol. It is responsible for bring up the device into known state by configuring the baudrate and applying the patches, if required.
* hciattach: Add new HCI UART flagsMarcel Holtmann2012-02-261-0/+2
|
* hciattach: fix serial speed setting for wl1271Yegor Yefremov2011-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | override speed setting if firmware script issues serial settings command, otherwise the value given in the firmware script will be overridden. Example: hciattach /dev/ttyO1 texas 115200 will fail, because /dev/ttyO1 will be opened with 115200 b/s, then the firmware script will set the buadrate to 3000000 b/s, after UART init hciattach.c will set the baudrate to 115200, so communication is broken. The only correct way is to set both speeds: hciattach -s 115200 /dev/ttyO1 texas 3000000 With this patch only initial speed must be specified. The former semantic will be preserved in case the firmware script doesn't provide serial settings action. Tested with wl1271 and firmware TIInit_7.2.31.bts
* hciattach: download configuration at user requested baud rateSuraj Sumangala2010-11-231-1/+2
| | | | | This patch support downloading configuration for Atheros AR300x HCI UART chip at user requested baud rate instead of the initial baud rate.
* Firmware download for Qualcomm Bluetooth devicesMatthew Wilson2010-08-231-0/+1
| | | | | | Configures device address from hciattach parameter. UART speed limited to 115200. Requires separate device specific firmware.
* Add host level support for Atheros AR300x deviceSuraj Sumangala2010-08-181-0/+3
| | | | | | This patch implements support for the Atheros AR300x Bluetooth chip in hciattach. It supports configuration download and power management configure feature.
* Add hciattach support for initializing a device into raw modeJohan Hedberg2010-07-121-0/+4
| | | | | | This patch adds a -r switch to hciattach that can be used to initialize a device into raw mode. This is accomplished with the help of the new HCIUARTSETFLAGS ioctl.
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Fix broken forward declarationsMarcel Holtmann2008-12-231-0/+47