Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dh4_recv.h29 .hlen = HCI_SCO_HDR_SIZE, \
H A Dhci_uart.h134 .hlen = HCI_SCO_HDR_SIZE, \
H A Dbfusb.c296 if (len >= HCI_SCO_HDR_SIZE) { in bfusb_recv_block()
298 pkt_len = HCI_SCO_HDR_SIZE + hdr->dlen; in bfusb_recv_block()
H A Drtk_btusb.c740 int sco_length = skb->len - HCI_SCO_HDR_SIZE; in hci_send_to_alsa_ringbuffer()
754 p_data = (uint8_t *)skb->data + HCI_SCO_HDR_SIZE; in hci_send_to_alsa_ringbuffer()
854 hlen = HCI_SCO_HDR_SIZE; in hci_reassembly()
909 if (skb->len == HCI_SCO_HDR_SIZE) { in hci_reassembly()
3243 skb = bt_skb_alloc(((sco_packet_bytes + HCI_SCO_HDR_SIZE) * count), GFP_ATOMIC); in snd_copy_send_sco_data()
3246 skb_put(skb, ((sco_packet_bytes + HCI_SCO_HDR_SIZE) * count)); in snd_copy_send_sco_data()
3269 …*((__u16 *)(skb->data + i * (sco_packet_bytes + HCI_SCO_HDR_SIZE))) = pSCOSnd->usb_data->sco_handl… in snd_copy_send_sco_data()
3270 *((__u8 *)(skb->data + i*(sco_packet_bytes + HCI_SCO_HDR_SIZE) + 2)) = sco_packet_bytes; in snd_copy_send_sco_data()
3271 memcpy((skb->data + i * (sco_packet_bytes + HCI_SCO_HDR_SIZE) + HCI_SCO_HDR_SIZE), in snd_copy_send_sco_data()
H A Drtk_btusb.h382 #define HCI_SCO_HDR_SIZE 3 macro
H A Dbt3c_cs.c266 info->rx_count = HCI_SCO_HDR_SIZE; in bt3c_receive()
H A Dbluecard_cs.c428 info->rx_count = HCI_SCO_HDR_SIZE; in bluecard_receive()
H A Dbtusb.c810 hci_skb_expect(skb) = HCI_SCO_HDR_SIZE; in btusb_recv_isoc()
820 if (skb->len == HCI_SCO_HDR_SIZE) { in btusb_recv_isoc()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_h4.c267 h4->rx_count = HCI_SCO_HDR_SIZE; in h4_recv()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.c328 bt_cb(skb)->expect = HCI_SCO_HDR_SIZE; in btusb_recv_isoc()
338 if (skb->len == HCI_SCO_HDR_SIZE) { in btusb_recv_isoc()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_core.c4251 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()
4253 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()
4789 skb_pull(skb, HCI_SCO_HDR_SIZE); in hci_scodata_packet()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2461 #define HCI_SCO_HDR_SIZE 3 macro