Searched refs:hci_sco_data_total_length (Results 1 – 1 of 1) sorted by relevance
470 uint8_t hci_sco_data_total_length = buf[3]; in incoming_packet_received() local472 …load_size = recv(sock_fd_, buf + kH4HeaderSize + kHciScoHeaderSize, hci_sco_data_total_length, 0)); in incoming_packet_received()474 …ASSERT_LOG(payload_size == hci_sco_data_total_length, "malformed SCO packet received: size mismatc… in incoming_packet_received()