Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_rootcanal.cc357 uint16_t hci_iso_data_total_length = ((buf[4] & 0x3f) << 8) + buf[3]; in incoming_packet_received() local
359 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()
Dhci_hal_host.cc497 uint16_t hci_iso_data_total_length = ((buf[4] & 0x3f) << 8) + buf[3]; in incoming_packet_received() local
499 payload_size == hci_iso_data_total_length, in incoming_packet_received()
502 hci_iso_data_total_length); in incoming_packet_received()