From 9c0d87699f9f2fd853dd579c2ab634259bb78b24 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 4 Apr 2015 16:14:37 -0700 Subject: [PATCH] tools: Update protocol and flags constants from UART driver --- tools/hciattach.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/hciattach.h b/tools/hciattach.h index 2aaf0752c..909ada871 100644 --- a/tools/hciattach.h +++ b/tools/hciattach.h @@ -39,10 +39,15 @@ #define HCI_UART_H4DS 3 #define HCI_UART_LL 4 #define HCI_UART_ATH3K 5 +#define HCI_UART_INTEL 6 +#define HCI_UART_BCM 7 #define HCI_UART_RAW_DEVICE 0 #define HCI_UART_RESET_ON_INIT 1 #define HCI_UART_CREATE_AMP 2 +#define HCI_UART_INIT_PENDING 3 +#define HCI_UART_EXT_CONFIG 4 +#define HCI_UART_VND_DETECT 5 int read_hci_event(int fd, unsigned char *buf, int size); int set_speed(int fd, struct termios *ti, int speed); -- 2.47.3