Searched refs:hci_iso_data_total_length (Results 1 – 2 of 2) sorted by relevance
357 uint16_t hci_iso_data_total_length = ((buf[4] & 0x3f) << 8) + buf[3]; in incoming_packet_received() local359 socketRecvAll(buf + kH4HeaderSize + kHciIsoHeaderSize, hci_iso_data_total_length), in incoming_packet_received()365 buf + kH4HeaderSize, buf + kH4HeaderSize + kHciIsoHeaderSize + hci_iso_data_total_length); in incoming_packet_received()
497 uint16_t hci_iso_data_total_length = ((buf[4] & 0x3f) << 8) + buf[3]; in incoming_packet_received() local499 payload_size == hci_iso_data_total_length, in incoming_packet_received()502 hci_iso_data_total_length); in incoming_packet_received()