summaryrefslogtreecommitdiff
path: root/tools/hciattach.h
diff options
context:
space:
mode:
authorSuraj Sumangala <suraj@atheros.com>2010-08-18 14:59:28 +0530
committerJohan Hedberg <johan.hedberg@nokia.com>2010-08-18 13:23:20 +0300
commit848b12d53784931eb4ad5cbc69a2decbbbdd0560 (patch)
treedd64a2d5578828d49ec3f70b022d5c1c4fa90688 /tools/hciattach.h
parente54f6d67ac3ab70bb60d581ccdcf1e34ed877fb7 (diff)
downloadbluez-848b12d53784931eb4ad5cbc69a2decbbbdd0560.tar.gz
Add host level support for Atheros AR300x device
This patch implements support for the Atheros AR300x Bluetooth chip in hciattach. It supports configuration download and power management configure feature.
Diffstat (limited to 'tools/hciattach.h')
-rw-r--r--tools/hciattach.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/hciattach.h b/tools/hciattach.h
index c0b80a1ff..c13332187 100644
--- a/tools/hciattach.h
+++ b/tools/hciattach.h
@@ -38,6 +38,7 @@
#define HCI_UART_3WIRE 2
#define HCI_UART_H4DS 3
#define HCI_UART_LL 4
+#define HCI_UART_ATH3K 5
#define HCI_UART_RAW_DEVICE 0
@@ -49,3 +50,5 @@ 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_post(int fd, int pm);