Home
last modified time | relevance | path

Searched refs:HCI_MAX_EVENT_SIZE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dh4_recv.h39 .maxlen = HCI_MAX_EVENT_SIZE
H A Dhci_uart.h154 .maxlen = HCI_MAX_EVENT_SIZE
H A Dbtusb.c1093 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 Dhci_bcm4377.c110 #define MAX_EVENT_PAYLOAD_SIZE (HCI_MAX_EVENT_SIZE + HCI_EVENT_HDR_SIZE)
/openbmc/linux/net/bluetooth/
H A Dhci_event.c7015 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 Dhci.h32 #define HCI_MAX_EVENT_SIZE 260 macro