summaryrefslogtreecommitdiff
path: root/tools/hciattach.h
diff options
context:
space:
mode:
authorTedd Ho-Jeong An <tedd.an@intel.com>2012-05-15 10:23:29 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2012-05-16 10:36:20 +0300
commit8d25f9528b1ffb58c7c110b9cd06b1d88af5b697 (patch)
tree60638944a3ec121596bfc3812135da352c82d733 /tools/hciattach.h
parentef136177b7e0719f18af64d045391f70b9cc2530 (diff)
downloadbluez-8d25f9528b1ffb58c7c110b9cd06b1d88af5b697.tar.gz
hciattach: Add support for Intel Bluetooth device
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.
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 f8093fffa..a24dbc451 100644
--- a/tools/hciattach.h
+++ b/tools/hciattach.h
@@ -56,3 +56,4 @@ 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);
+int intel_init(int fd, int init_speed, int *speed, struct termios *ti);