Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/bluetooth/
Dh4_recv.h39 .maxlen = HCI_MAX_EVENT_SIZE
Dhci_uart.h145 .maxlen = HCI_MAX_EVENT_SIZE
Dbtusb.c840 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr()
/Linux-v6.1/net/bluetooth/
Dhci_event.c4137 sizeof(struct hci_rp_le_set_cig_params), HCI_MAX_EVENT_SIZE),
7038 HCI_MAX_EVENT_SIZE),
7061 HCI_MAX_EVENT_SIZE),
7068 HCI_MAX_EVENT_SIZE),
7086 HCI_MAX_EVENT_SIZE),
7091 HCI_MAX_EVENT_SIZE),
7096 HCI_MAX_EVENT_SIZE),
7302 sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE),
7330 sizeof(struct hci_ev_cmd_complete), HCI_MAX_EVENT_SIZE),
7342 sizeof(struct hci_ev_num_comp_pkts), HCI_MAX_EVENT_SIZE),
[all …]
/Linux-v6.1/include/net/bluetooth/
Dhci.h31 #define HCI_MAX_EVENT_SIZE 260 macro