Home
last modified time | relevance | path

Searched refs:HCI_ACL_HDR_SIZE (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dh4_recv.h22 .hlen = HCI_ACL_HDR_SIZE, \
H A Dhci_uart.h137 .hlen = HCI_ACL_HDR_SIZE, \
H A Dbfusb.c286 if (len >= HCI_ACL_HDR_SIZE) { in bfusb_recv_block()
288 pkt_len = HCI_ACL_HDR_SIZE + __le16_to_cpu(hdr->dlen); in bfusb_recv_block()
H A Dbt3c_cs.c261 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
H A Dbluecard_cs.c423 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
H A Dbtusb.c1210 hci_skb_expect(skb) = HCI_ACL_HDR_SIZE; in btusb_recv_bulk()
1220 if (skb->len == HCI_ACL_HDR_SIZE) { in btusb_recv_bulk()
3552 sk_ptr += HCI_ACL_HDR_SIZE; in handle_dump_pkt_qca()
3553 sk_len -= HCI_ACL_HDR_SIZE; in handle_dump_pkt_qca()
H A Dhci_bcm4377.c108 #define MAX_ACL_PAYLOAD_SIZE (HCI_MAX_FRAME_SIZE + HCI_ACL_HDR_SIZE)
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2836 #define HCI_ACL_HDR_SIZE 4 macro
/openbmc/linux/net/bluetooth/
H A Dhci_core.c3135 skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr()