Symbol: HCI_MAX_EVENT_SIZE
drivers/bluetooth/btintel_pcie.c
1283
if (pkt_len > HCI_MAX_EVENT_SIZE)
drivers/bluetooth/btusb.c
1214
skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC);
drivers/bluetooth/btusb.c
1498
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
4239
sizeof(struct hci_rp_le_set_cig_params), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7374
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7397
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7404
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7413
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7434
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7439
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7444
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7449
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7455
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7618
sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7646
sizeof(struct hci_ev_cmd_complete), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7658
sizeof(struct hci_ev_num_comp_pkts), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7684
HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7694
sizeof(struct hci_ev_ext_inquiry_result), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7727
sizeof(struct hci_ev_le_meta), HCI_MAX_EVENT_SIZE),
net/bluetooth/hci_event.c
7729
HCI_EV_VL(HCI_EV_VENDOR, msft_vendor_evt, 0, HCI_MAX_EVENT_SIZE),