Searched refs:hci_acl_data_total_length (Results 1 – 2 of 2) sorted by relevance
441 uint16_t hci_acl_data_total_length = (buf[4] << 8) + buf[3]; in incoming_packet_received() local443 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()
305 uint16_t hci_acl_data_total_length = (buf[4] << 8) + buf[3]; in incoming_packet_received() local307 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()