Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host.cc441 uint16_t hci_acl_data_total_length = (buf[4] << 8) + buf[3]; in incoming_packet_received() local
443 payload_size == hci_acl_data_total_length, in incoming_packet_received()
446 hci_acl_data_total_length); in incoming_packet_received()
448 hci_acl_data_total_length <= kBufSize - kH4HeaderSize - kHciAclHeaderSize, in incoming_packet_received()
Dhci_hal_host_rootcanal.cc305 uint16_t hci_acl_data_total_length = (buf[4] << 8) + buf[3]; in incoming_packet_received() local
307 socketRecvAll(buf + kH4HeaderSize + kHciAclHeaderSize, hci_acl_data_total_length), in incoming_packet_received()
313 buf + kH4HeaderSize, buf + kH4HeaderSize + kHciAclHeaderSize + hci_acl_data_total_length); in incoming_packet_received()