Searched refs:HCI_MAX_EVENT_SIZE (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/bluetooth/ |
D | h4_recv.h | 39 .maxlen = HCI_MAX_EVENT_SIZE
|
D | hci_uart.h | 145 .maxlen = HCI_MAX_EVENT_SIZE
|
D | hci_bcm4377.c | 110 #define MAX_EVENT_PAYLOAD_SIZE (HCI_MAX_EVENT_SIZE + HCI_EVENT_HDR_SIZE)
|
D | btusb.c | 1085 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr()
|
/linux-6.6.21/net/bluetooth/ |
D | hci_event.c | 4205 sizeof(struct hci_rp_le_set_cig_params), HCI_MAX_EVENT_SIZE), 7260 HCI_MAX_EVENT_SIZE), 7283 HCI_MAX_EVENT_SIZE), 7290 HCI_MAX_EVENT_SIZE), 7299 HCI_MAX_EVENT_SIZE), 7313 HCI_MAX_EVENT_SIZE), 7318 HCI_MAX_EVENT_SIZE), 7323 HCI_MAX_EVENT_SIZE), 7529 sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE), 7557 sizeof(struct hci_ev_cmd_complete), HCI_MAX_EVENT_SIZE), [all …]
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci.h | 32 #define HCI_MAX_EVENT_SIZE 260 macro
|