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.c4166 sizeof(struct hci_rp_le_set_cig_params), HCI_MAX_EVENT_SIZE),
7011 HCI_MAX_EVENT_SIZE),
7034 HCI_MAX_EVENT_SIZE),
7041 HCI_MAX_EVENT_SIZE),
7050 HCI_MAX_EVENT_SIZE),
7064 HCI_MAX_EVENT_SIZE),
7069 HCI_MAX_EVENT_SIZE),
7074 HCI_MAX_EVENT_SIZE),
7280 sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE),
7308 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