Home
last modified time | relevance | path

Searched refs:HCI_HEADER_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/gdm724x/
H A Dhci_packet.h7 #define HCI_HEADER_SIZE 4 macro
H A Dgdm_lte.c515 hci->len) + HCI_HEADER_SIZE; in gdm_lte_event_send()
724 data += ((hci_len + 3) & 0xfffc) + HCI_HEADER_SIZE; in gdm_lte_multi_sdu_pkt()
H A Dgdm_usb.c747 t_sdu->len = send_len + HCI_HEADER_SIZE; in gdm_usb_sdu_send()