summaryrefslogtreecommitdiff
path: root/tools/hciattach.h
diff options
context:
space:
mode:
authorSuraj Sumangala <suraj@atheros.com>2010-11-23 16:29:23 +0530
committerJohan Hedberg <johan.hedberg@nokia.com>2010-11-23 12:09:20 +0100
commit4e0e44626dacd6d2165cfaa7073fd0a9eb4187f2 (patch)
tree813e50364b3854ec0b1b973441cc0eff42982756 /tools/hciattach.h
parent429877099f0e5414665f1910cf1cb85ee2eb5ad1 (diff)
downloadbluez-4e0e44626dacd6d2165cfaa7073fd0a9eb4187f2.tar.gz
hciattach: download configuration at user requested baud rate
This patch support downloading configuration for Atheros AR300x HCI UART chip at user requested baud rate instead of the initial baud rate.
Diffstat (limited to 'tools/hciattach.h')
-rw-r--r--tools/hciattach.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/hciattach.h b/tools/hciattach.h
index 2d26b77c2..fed0d1146 100644
--- a/tools/hciattach.h
+++ b/tools/hciattach.h
@@ -50,6 +50,7 @@ int texas_post(int fd, struct termios *ti);
int texasalt_init(int fd, int speed, struct termios *ti);
int stlc2500_init(int fd, bdaddr_t *bdaddr);
int bgb2xx_init(int dd, bdaddr_t *bdaddr);
-int ath3k_init(int fd, char *bdaddr, int speed);
+int ath3k_init(int fd, int speed, int init_speed, char *bdaddr,
+ struct termios *ti);
int ath3k_post(int fd, int pm);
int qualcomm_init(int fd, int speed, struct termios *ti, const char *bdaddr);