Searched refs:HCI_MAX_EVENT_SIZE (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/bluetooth/ |
H A D | h4_recv.h | 39 .maxlen = HCI_MAX_EVENT_SIZE
|
H A D | hci_uart.h | 155 .maxlen = HCI_MAX_EVENT_SIZE
|
H A D | btusb.c | 1152 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr() 1424 size = HCI_MAX_EVENT_SIZE; in btusb_submit_intr_urb()
|
H A D | hci_bcm4377.c | 113 #define MAX_EVENT_PAYLOAD_SIZE (HCI_MAX_EVENT_SIZE + HCI_EVENT_HDR_SIZE)
|
/linux/net/bluetooth/ |
H A D | hci_event.c | 4170 sizeof(struct hci_rp_le_set_cig_params), HCI_MAX_EVENT_SIZE), 7063 HCI_MAX_EVENT_SIZE), 7086 HCI_MAX_EVENT_SIZE), 7093 HCI_MAX_EVENT_SIZE), 7102 HCI_MAX_EVENT_SIZE), 7116 HCI_MAX_EVENT_SIZE), 7121 HCI_MAX_EVENT_SIZE), 7126 HCI_MAX_EVENT_SIZE), 7332 sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE), 7360 sizeof(struct hci_ev_cmd_complete), HCI_MAX_EVENT_SIZE), [all …]
|
/linux/include/net/bluetooth/ |
H A D | hci.h | 33 #define HCI_MAX_EVENT_SIZE 260 macro
|