Searched refs:hci_iso_data_total_length (Results 1 – 1 of 1) sorted by relevance
494 uint16_t hci_iso_data_total_length = ((buf[4] & 0x3f) << 8) + buf[3]; in incoming_packet_received() local496 …load_size = recv(sock_fd_, buf + kH4HeaderSize + kHciIsoHeaderSize, hci_iso_data_total_length, 0)); in incoming_packet_received()498 …ASSERT_LOG(payload_size == hci_iso_data_total_length, "malformed ISO packet received: size mismatc… in incoming_packet_received()