Home
last modified time | relevance | path

Searched refs:HCI_MAX_EVENT_PLEN (Results 1 – 2 of 2) sorted by relevance

/linux/net/bluetooth/
H A Dhci_event.c7738 sizeof(struct hci_ev_inquiry_result), HCI_MAX_EVENT_PLEN),
7766 sizeof(struct hci_ev_cmd_complete), HCI_MAX_EVENT_PLEN),
7778 sizeof(struct hci_ev_num_comp_pkts), HCI_MAX_EVENT_PLEN),
7804 HCI_MAX_EVENT_PLEN),
7814 sizeof(struct hci_ev_ext_inquiry_result), HCI_MAX_EVENT_PLEN),
7847 sizeof(struct hci_ev_le_meta), HCI_MAX_EVENT_PLEN),
7849 HCI_EV_VL(HCI_EV_VENDOR, hci_vendor_evt, 0, HCI_MAX_EVENT_PLEN),
/linux/include/net/bluetooth/
H A Dhci.h3385 #define HCI_MAX_EVENT_PLEN 255 macro