Home
last modified time | relevance | path

Searched refs:HCI_MAX_EVENT_SIZE (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dh4_recv.h39 .maxlen = HCI_MAX_EVENT_SIZE
H A Dhci_uart.h144 .maxlen = HCI_MAX_EVENT_SIZE
H A Drtk_btusb.h295 #define HCI_MAX_EVENT_SIZE 260 macro
H A Dbtusb.c689 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr()
H A Drtk_btusb.c849 len = HCI_MAX_EVENT_SIZE; in hci_reassembly()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.h288 __u8 back_buff[HCI_MAX_EVENT_SIZE];
H A Drtk_coex.c2514 if (coex->expect > HCI_MAX_EVENT_SIZE - coex->elen) { in rtk_btcoex_parse_event()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.h288 __u8 back_buff[HCI_MAX_EVENT_SIZE];
H A Drtk_bt.c209 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr()
H A Drtk_coex.c2481 if (coex->expect > HCI_MAX_EVENT_SIZE - coex->elen) { in rtk_btcoex_parse_event()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h31 #define HCI_MAX_EVENT_SIZE 260 macro