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.cc441 uint16_t hci_acl_data_total_length = (buf[4] << 8) + buf[3]; in incoming_packet_received() local
443 …load_size = recv(sock_fd_, buf + kH4HeaderSize + kHciAclHeaderSize, hci_acl_data_total_length, 0)); in incoming_packet_received()
446 payload_size == hci_acl_data_total_length, in incoming_packet_received()
449 hci_acl_data_total_length); in incoming_packet_received()
450 …ASSERT_LOG(hci_acl_data_total_length <= kBufSize - kH4HeaderSize - kHciAclHeaderSize, "packet too … in incoming_packet_received()