Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/bluetooth/
Dh4_recv.h22 .hlen = HCI_ACL_HDR_SIZE, \
Dhci_uart.h128 .hlen = HCI_ACL_HDR_SIZE, \
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()
Dbt3c_cs.c261 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
Dbluecard_cs.c423 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
Dbtusb.c900 hci_skb_expect(skb) = HCI_ACL_HDR_SIZE; in btusb_recv_bulk()
910 if (skb->len == HCI_ACL_HDR_SIZE) { in btusb_recv_bulk()
/linux-5.19.10/net/bluetooth/
Dhci_core.c3041 skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr()
3361 return DIV_ROUND_UP(skb->len - HCI_ACL_HDR_SIZE, hdev->block_len); in __get_blocks()
3622 skb_pull(skb, HCI_ACL_HDR_SIZE); in hci_acldata_packet()
/linux-5.19.10/include/net/bluetooth/
Dhci.h2661 #define HCI_ACL_HDR_SIZE 4 macro