Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dhci_hal_host.cc412 uint8_t hci_evt_parameter_total_length = buf[2]; in incoming_packet_received() local
415 …size = recv(sock_fd_, buf + kH4HeaderSize + kHciEvtHeaderSize, hci_evt_parameter_total_length, 0)); in incoming_packet_received()
418 payload_size == hci_evt_parameter_total_length, in incoming_packet_received()
421 hci_evt_parameter_total_length); in incoming_packet_received()