Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_rootcanal.cc331 uint8_t hci_sco_data_total_length = buf[3]; in incoming_packet_received() local
333 socketRecvAll(buf + kH4HeaderSize + kHciScoHeaderSize, hci_sco_data_total_length), in incoming_packet_received()
339 buf + kH4HeaderSize, buf + kH4HeaderSize + kHciScoHeaderSize + hci_sco_data_total_length); in incoming_packet_received()
Dhci_hal_host.cc471 uint8_t hci_sco_data_total_length = buf[3]; in incoming_packet_received() local
473 payload_size == hci_sco_data_total_length, in incoming_packet_received()
476 hci_sco_data_total_length); in incoming_packet_received()