Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/bluetooth/
Dh4_recv.h39 .maxlen = HCI_MAX_EVENT_SIZE
Dhci_uart.h145 .maxlen = HCI_MAX_EVENT_SIZE
Dhci_bcm4377.c110 #define MAX_EVENT_PAYLOAD_SIZE (HCI_MAX_EVENT_SIZE + HCI_EVENT_HDR_SIZE)
Dbtusb.c1081 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr()
/Linux-v6.6/net/bluetooth/
Dhci_event.c4200 sizeof(struct hci_rp_le_set_cig_params), HCI_MAX_EVENT_SIZE),
7230 HCI_MAX_EVENT_SIZE),
7253 HCI_MAX_EVENT_SIZE),
7260 HCI_MAX_EVENT_SIZE),
7269 HCI_MAX_EVENT_SIZE),
7283 HCI_MAX_EVENT_SIZE),
7288 HCI_MAX_EVENT_SIZE),
7293 HCI_MAX_EVENT_SIZE),
7499 sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_SIZE),
7527 sizeof(struct hci_ev_cmd_complete), HCI_MAX_EVENT_SIZE),
[all …]
/Linux-v6.6/include/net/bluetooth/
Dhci.h31 #define HCI_MAX_EVENT_SIZE 260 macro