Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bluetooth/
Dhci_uart.h134 .hlen = HCI_SCO_HDR_SIZE, \
Dbfusb.c311 if (len >= HCI_SCO_HDR_SIZE) { in bfusb_recv_block()
313 pkt_len = HCI_SCO_HDR_SIZE + hdr->dlen; in bfusb_recv_block()
Dhci_ll.c449 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.c266 info->rx_count = HCI_SCO_HDR_SIZE; in bt3c_receive()
Dbluecard_cs.c434 info->rx_count = HCI_SCO_HDR_SIZE; in bluecard_receive()
Dbtusb.c561 bt_cb(skb)->expect = HCI_SCO_HDR_SIZE; in btusb_recv_isoc()
571 if (skb->len == HCI_SCO_HDR_SIZE) { in btusb_recv_isoc()
/linux-4.4.14/include/net/bluetooth/
Dhci.h1968 #define HCI_SCO_HDR_SIZE 3 macro
/linux-4.4.14/net/bluetooth/
Dhci_core.c3793 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()
3795 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()
4316 skb_pull(skb, HCI_SCO_HDR_SIZE); in hci_scodata_packet()