Searched refs:HCI_MAX_FRAME_SIZE (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_uart.h | 130 .maxlen = HCI_MAX_FRAME_SIZE \ 151 .maxlen = HCI_MAX_FRAME_SIZE \
|
| H A D | btmrvl_sdio.h | 37 (HCI_MAX_FRAME_SIZE + FW_EXTRA_LEN)
|
| H A D | h4_recv.h | 25 .maxlen = HCI_MAX_FRAME_SIZE \
|
| H A D | bluecard_cs.c | 390 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in bluecard_receive() 567 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_KERNEL); in bluecard_hci_set_baud_rate()
|
| H A D | hci_vhci.c | 164 if (len < 2 || len > HCI_MAX_FRAME_SIZE) in vhci_get_user()
|
| H A D | bpa10x.c | 75 .maxlen = HCI_MAX_FRAME_SIZE
|
| H A D | dtl1_cs.c | 220 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in dtl1_receive()
|
| H A D | rtk_btusb.h | 296 #define HCI_MAX_FRAME_SIZE (HCI_MAX_ACL_SIZE + 4) macro
|
| H A D | bt3c_cs.c | 239 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in bt3c_receive()
|
| H A D | bfusb.c | 205 int err, pipe, size = HCI_MAX_FRAME_SIZE + 32; in bfusb_rx_submit()
|
| H A D | btusb.c | 745 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in btusb_recv_bulk() 985 int err, size = HCI_MAX_FRAME_SIZE; in btusb_submit_bulk_urb() 1230 int err, size = HCI_MAX_FRAME_SIZE; in btusb_submit_diag_urb()
|
| H A D | rtk_btusb.c | 845 len = HCI_MAX_FRAME_SIZE; in hci_reassembly() 1115 if (count > HCI_MAX_FRAME_SIZE) in btchr_write() 2842 int err, size = HCI_MAX_FRAME_SIZE; in btusb_submit_bulk_urb()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_h4.c | 281 h4->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in h4_recv()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_bt.c | 264 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in btusb_recv_bulk() 533 int err, size = HCI_MAX_FRAME_SIZE; in btusb_submit_bulk_urb()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci.h | 32 #define HCI_MAX_FRAME_SIZE (HCI_MAX_ACL_SIZE + 4) macro
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_sock.c | 1736 if (len < 4 || len > HCI_MAX_FRAME_SIZE) in hci_sock_sendmsg()
|