Searched refs:HCI_MAX_EVENT_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/bluetooth/ |
D | h4_recv.h | 39 .maxlen = HCI_MAX_EVENT_SIZE
|
D | hci_uart.h | 145 .maxlen = HCI_MAX_EVENT_SIZE
|
D | btusb.c | 840 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr()
|
/linux-6.1.9/net/bluetooth/ |
D | hci_event.c | 4140 sizeof(struct hci_rp_le_set_cig_params), HCI_MAX_EVENT_SIZE), 7041 HCI_MAX_EVENT_SIZE), 7064 HCI_MAX_EVENT_SIZE), 7071 HCI_MAX_EVENT_SIZE), 7089 HCI_MAX_EVENT_SIZE), 7094 HCI_MAX_EVENT_SIZE), 7099 HCI_MAX_EVENT_SIZE), 7305 sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE), 7333 sizeof(struct hci_ev_cmd_complete), HCI_MAX_EVENT_SIZE), 7345 sizeof(struct hci_ev_num_comp_pkts), HCI_MAX_EVENT_SIZE), [all …]
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci.h | 31 #define HCI_MAX_EVENT_SIZE 260 macro
|