Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dhci_hal_host_rootcanal.cc305 uint8_t hci_sco_data_total_length = buf[3]; in incoming_packet_received() local
307 …load_size = recv(sock_fd_, buf + kH4HeaderSize + kHciScoHeaderSize, hci_sco_data_total_length, 0)); in incoming_packet_received()
309 …ASSERT_LOG(payload_size == hci_sco_data_total_length, "malformed SCO packet received: size mismatc… in incoming_packet_received()