summaryrefslogtreecommitdiff
path: root/tools/hciattach.h
diff options
context:
space:
mode:
authorMatthew Wilson <mtwilson@codeaurora.org>2010-08-23 11:17:47 -0500
committerJohan Hedberg <johan.hedberg@nokia.com>2010-08-23 23:39:01 +0300
commitc6be8dcf9e52713b6a040c3be5e1b32e5fafe513 (patch)
tree7553853bfef2390f7dd10e5beb037620a6d1d0c4 /tools/hciattach.h
parentf9778e74d0c48933ffb5c1028311aae666350e1f (diff)
downloadbluez-c6be8dcf9e52713b6a040c3be5e1b32e5fafe513.tar.gz
Firmware download for Qualcomm Bluetooth devices
Configures device address from hciattach parameter. UART speed limited to 115200. Requires separate device specific firmware.
Diffstat (limited to 'tools/hciattach.h')
-rw-r--r--tools/hciattach.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/hciattach.h b/tools/hciattach.h
index c13332187..2d26b77c2 100644
--- a/tools/hciattach.h
+++ b/tools/hciattach.h
@@ -52,3 +52,4 @@ 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_post(int fd, int pm);
+int qualcomm_init(int fd, int speed, struct termios *ti, const char *bdaddr);