Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dhci_uart.h115 .hlen = HCI_ACL_HDR_SIZE, \
Dbpa10x.c100 if (count >= HCI_ACL_HDR_SIZE) { in bpa10x_recv()
102 len = HCI_ACL_HDR_SIZE + in bpa10x_recv()
Dbfusb.c301 if (len >= HCI_ACL_HDR_SIZE) { in bfusb_recv_block()
303 pkt_len = HCI_ACL_HDR_SIZE + __le16_to_cpu(hdr->dlen); in bfusb_recv_block()
Dhci_ll.c442 ll->rx_count = HCI_ACL_HDR_SIZE; in ll_recv()
Dbtuart_cs.c214 info->rx_count = HCI_ACL_HDR_SIZE; in btuart_receive()
Dbt3c_cs.c262 info->rx_count = HCI_ACL_HDR_SIZE; in bt3c_receive()
Dbluecard_cs.c429 info->rx_count = HCI_ACL_HDR_SIZE; in bluecard_receive()
Dbtusb.c483 bt_cb(skb)->expect = HCI_ACL_HDR_SIZE; in btusb_recv_bulk()
493 if (skb->len == HCI_ACL_HDR_SIZE) { in btusb_recv_bulk()
/linux-4.1.27/net/bluetooth/
Dhci_core.c3425 skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr()
3745 return DIV_ROUND_UP(skb->len - HCI_ACL_HDR_SIZE, hdev->block_len); in __get_blocks()
4003 skb_pull(skb, HCI_ACL_HDR_SIZE); in hci_acldata_packet()
/linux-4.1.27/include/net/bluetooth/
Dhci.h1943 #define HCI_ACL_HDR_SIZE 4 macro