Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.c155 uint16_t sco_handle; member
2670 data->sco_handle = *(opcode + 3) | *(opcode + 4) << 8; in check_sco_event()
2680 if (status == 0 && data->sco_handle == handle) { in check_sco_event()
2684 data->sco_handle = 0; in check_sco_event()
3269 …((__u16 *)(skb->data + i * (sco_packet_bytes + HCI_SCO_HDR_SIZE))) = pSCOSnd->usb_data->sco_handle; in snd_copy_send_sco_data()