Searched refs:HCI_MAX_EVENT_SIZE (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/bluetooth/ |
| H A D | h4_recv.h | 39 .maxlen = HCI_MAX_EVENT_SIZE
|
| H A D | hci_uart.h | 156 .maxlen = HCI_MAX_EVENT_SIZE
|
| H A D | btusb.c | 1184 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr() 1456 size = HCI_MAX_EVENT_SIZE; in btusb_submit_intr_urb()
|
| H A D | btintel_pcie.c | 1157 if (pkt_len > HCI_MAX_EVENT_SIZE) in btintel_pcie_read_hwexp()
|
| H A D | hci_bcm4377.c | 113 #define MAX_EVENT_PAYLOAD_SIZE (HCI_MAX_EVENT_SIZE + HCI_EVENT_HDR_SIZE)
|
| /linux-6.15/net/bluetooth/ |
| H A D | hci_event.c | 7080 HCI_MAX_EVENT_SIZE), 7103 HCI_MAX_EVENT_SIZE), 7110 HCI_MAX_EVENT_SIZE), 7119 HCI_MAX_EVENT_SIZE), 7133 HCI_MAX_EVENT_SIZE), 7138 HCI_MAX_EVENT_SIZE), 7143 HCI_MAX_EVENT_SIZE), 7349 sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE), 7389 sizeof(struct hci_ev_num_comp_pkts), HCI_MAX_EVENT_SIZE), 7415 HCI_MAX_EVENT_SIZE), [all …]
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci.h | 33 #define HCI_MAX_EVENT_SIZE 260 macro
|