Skip to content

Commit 9e69130

Browse files
Loic Poulainholtmann
authored andcommitted
Bluetooth: hci_uart: Add Nokia Protocol identifier
Will be used by hci_nokia extra protocol. Signed-off-by: Loic Poulain <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 143f0a2 commit 9e69130

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/bluetooth/hci_uart.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#define HCIUARTGETFLAGS _IOR('U', 204, int)
3636

3737
/* UART protocols */
38-
#define HCI_UART_MAX_PROTO 10
38+
#define HCI_UART_MAX_PROTO 11
3939

4040
#define HCI_UART_H4 0
4141
#define HCI_UART_BCSP 1
@@ -47,6 +47,7 @@
4747
#define HCI_UART_BCM 7
4848
#define HCI_UART_QCA 8
4949
#define HCI_UART_AG6XX 9
50+
#define HCI_UART_NOKIA 10
5051

5152
#define HCI_UART_RAW_DEVICE 0
5253
#define HCI_UART_RESET_ON_INIT 1

0 commit comments

Comments
 (0)