Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dhci_hal_host_rootcanal.cc270 uint16_t hci_acl_data_total_length = (buf[4] << 8) + buf[3]; in incoming_packet_received() local
272 …load_size = recv(sock_fd_, buf + kH4HeaderSize + kHciAclHeaderSize, hci_acl_data_total_length, 0)); in incoming_packet_received()
274 …ASSERT_LOG(payload_size == hci_acl_data_total_length, "malformed ACL length received: %d != %d", p… in incoming_packet_received()
275 hci_acl_data_total_length); in incoming_packet_received()
276 …ASSERT_LOG(hci_acl_data_total_length <= kBufSize - kH4HeaderSize - kHciAclHeaderSize, "packet too … in incoming_packet_received()