Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hal/
H A Dhci_hal_host.cc358 std::queue<std::vector<uint8_t>> hci_outgoing_queue_; member in bluetooth::hal::HciHalHost
363 hci_outgoing_queue_.emplace(packet); in write_to_fd()
364 if (hci_outgoing_queue_.size() == 1) { in write_to_fd()
374 auto packet_to_send = this->hci_outgoing_queue_.front(); in send_packet_ready()
376 this->hci_outgoing_queue_.pop(); in send_packet_ready()
380 if (hci_outgoing_queue_.empty()) { in send_packet_ready()