Go to the documentation of this file.
31 #define HCIUARTSETPROTO _IOW('U', 200, int)
32 #define HCIUARTGETPROTO _IOR('U', 201, int)
33 #define HCIUARTGETDEVICE _IOR('U', 202, int)
34 #define HCIUARTSETFLAGS _IOW('U', 203, int)
35 #define HCIUARTGETFLAGS _IOR('U', 204, int)
38 #define HCI_UART_MAX_PROTO 6
41 #define HCI_UART_BCSP 1
42 #define HCI_UART_3WIRE 2
43 #define HCI_UART_H4DS 3
45 #define HCI_UART_ATH3K 5
47 #define HCI_UART_RAW_DEVICE 0
48 #define HCI_UART_RESET_ON_INIT 1
49 #define HCI_UART_CREATE_AMP 2
50 #define HCI_UART_INIT_PENDING 3
81 #define HCI_UART_PROTO_SET 0
82 #define HCI_UART_REGISTERED 1
85 #define HCI_UART_SENDING 1
86 #define HCI_UART_TX_WAKEUP 2
93 #ifdef CONFIG_BT_HCIUART_H4
98 #ifdef CONFIG_BT_HCIUART_BCSP
103 #ifdef CONFIG_BT_HCIUART_LL
108 #ifdef CONFIG_BT_HCIUART_ATH3K
113 #ifdef CONFIG_BT_HCIUART_3WIRE