Searched refs:HCI_MAX_EVENT_SIZE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/bluetooth/ |
H A D | h4_recv.h | 39 .maxlen = HCI_MAX_EVENT_SIZE
|
H A D | hci_uart.h | 154 .maxlen = HCI_MAX_EVENT_SIZE
|
H A D | btusb.c | 1093 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr() 1365 size = HCI_MAX_EVENT_SIZE; in btusb_submit_intr_urb()
|
H A D | hci_bcm4377.c | 110 #define MAX_EVENT_PAYLOAD_SIZE (HCI_MAX_EVENT_SIZE + HCI_EVENT_HDR_SIZE)
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_event.c | 7015 HCI_MAX_EVENT_SIZE), 7038 HCI_MAX_EVENT_SIZE), 7045 HCI_MAX_EVENT_SIZE), 7054 HCI_MAX_EVENT_SIZE), 7068 HCI_MAX_EVENT_SIZE), 7073 HCI_MAX_EVENT_SIZE), 7078 HCI_MAX_EVENT_SIZE), 7284 sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE), 7324 sizeof(struct hci_ev_num_comp_pkts), HCI_MAX_EVENT_SIZE), 7350 HCI_MAX_EVENT_SIZE), [all …]
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | 32 #define HCI_MAX_EVENT_SIZE 260 macro
|