Searched refs:HCI_UART_MAX_PROTO (Results 1 – 2 of 2) sorted by relevance
54 static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];58 if (p->id >= HCI_UART_MAX_PROTO) in hci_uart_register_proto()73 if (p->id >= HCI_UART_MAX_PROTO) in hci_uart_unregister_proto()86 if (id >= HCI_UART_MAX_PROTO) in hci_uart_get_proto()
38 #define HCI_UART_MAX_PROTO 9 macro