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.c1133 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr()
1405 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.c4173 sizeof(struct hci_rp_le_set_cig_params), HCI_MAX_EVENT_SIZE),
7018 HCI_MAX_EVENT_SIZE),
7041 HCI_MAX_EVENT_SIZE),
7048 HCI_MAX_EVENT_SIZE),
7057 HCI_MAX_EVENT_SIZE),
7071 HCI_MAX_EVENT_SIZE),
7076 HCI_MAX_EVENT_SIZE),
7081 HCI_MAX_EVENT_SIZE),
7287 sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE),
7315 sizeof(struct hci_ev_cmd_complete), HCI_MAX_EVENT_SIZE),
[all …]
/openbmc/linux/include/net/bluetooth/
H A Dhci.h32 #define HCI_MAX_EVENT_SIZE 260 macro