Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/bluetooth/
Dbpa10x.c109 if (count >= HCI_SCO_HDR_SIZE) { in bpa10x_recv()
111 len = HCI_SCO_HDR_SIZE + h->dlen; in bpa10x_recv()
Dbfusb.c305 if (len >= HCI_SCO_HDR_SIZE) { in bfusb_recv_block()
307 pkt_len = HCI_SCO_HDR_SIZE + hdr->dlen; in bfusb_recv_block()
Dhci_ll.c450 ll->rx_count = HCI_SCO_HDR_SIZE; in ll_recv()
Dbtuart_cs.c219 info->rx_count = HCI_SCO_HDR_SIZE; in btuart_receive()
Dbt3c_cs.c270 info->rx_count = HCI_SCO_HDR_SIZE; in bt3c_receive()
Dbluecard_cs.c432 info->rx_count = HCI_SCO_HDR_SIZE; in bluecard_receive()
/linux-2.6.39/net/bluetooth/
Dhci_core.c1303 hlen = HCI_SCO_HDR_SIZE; in hci_reassembly()
1358 if (skb->len == HCI_SCO_HDR_SIZE) { in hci_reassembly()
1664 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()
1666 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()
1934 skb_pull(skb, HCI_SCO_HDR_SIZE); in hci_scodata_packet()
/linux-2.6.39/include/net/bluetooth/
Dhci.h1014 #define HCI_SCO_HDR_SIZE 3 macro