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.cc243 uint8_t hci_evt_parameter_total_length = buf[2]; in incoming_packet_received() local
246 … recv(sock_fd_, buf + kH4HeaderSize + kHciEvtHeaderSize, hci_evt_parameter_total_length, 0)); in incoming_packet_received()
248 ASSERT_LOG(payload_size == hci_evt_parameter_total_length, in incoming_packet_received()
250 hci_evt_parameter_total_length); in incoming_packet_received()