Symbol: HCI_MAX_EVENT_SIZE
drivers/bluetooth/btintel_pcie.c
1373
if (pkt_len > HCI_MAX_EVENT_SIZE)
drivers/bluetooth/btintel_pcie.c
1411
if (len < sizeof(*evt) || len > HCI_MAX_EVENT_SIZE) {
drivers/bluetooth/btusb.c
1261
skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC);
drivers/bluetooth/btusb.c
1545
size = HCI_MAX_EVENT_SIZE;
drivers/bluetooth/hci_bcm4377.c
113
#define MAX_EVENT_PAYLOAD_SIZE (HCI_MAX_EVENT_SIZE + HCI_EVENT_HDR_SIZE)
drivers/bluetooth/hci_uart.h
152
.maxlen = HCI_MAX_EVENT_SIZE
net/bluetooth/hci_event.c
4224
sizeof(struct hci_rp_le_set_cig_params), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7392
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7415
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7422
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7431
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7452
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7457
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7462
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7467
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7473
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7636
sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7664
sizeof(struct hci_ev_cmd_complete), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7676
sizeof(struct hci_ev_num_comp_pkts), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7702
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7712
sizeof(struct hci_ev_ext_inquiry_result), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7745
sizeof(struct hci_ev_le_meta), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7747
HCI_EV_VL(HCI_EV_VENDOR, msft_vendor_evt, 0, HCI_MAX_EVENT_SIZE),