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_rootcanal.cc247 uint8_t hci_evt_parameter_total_length = buf[2]; in incoming_packet_received() local
250 …size = recv(sock_fd_, buf + kH4HeaderSize + kHciEvtHeaderSize, hci_evt_parameter_total_length, 0)); in incoming_packet_received()
253 payload_size == hci_evt_parameter_total_length, in incoming_packet_received()
256 hci_evt_parameter_total_length); in incoming_packet_received()