Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dhci_hal_host_rootcanal.cc209 auto packet_to_send = this->hci_outgoing_queue_.front(); in send_packet_ready() local
210 auto bytes_written = write(this->sock_fd_, (void*)packet_to_send.data(), packet_to_send.size()); in send_packet_ready()