Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dhci_hal_host_rootcanal.cc193 std::queue<std::vector<uint8_t>> hci_outgoing_queue_; member in bluetooth::hal::HciHalHostRootcanal
198 hci_outgoing_queue_.emplace(packet); in write_to_rootcanal_fd()
199 if (hci_outgoing_queue_.size() == 1) { in write_to_rootcanal_fd()
209 auto packet_to_send = this->hci_outgoing_queue_.front(); in send_packet_ready()
211 this->hci_outgoing_queue_.pop(); in send_packet_ready()
215 if (hci_outgoing_queue_.empty()) { in send_packet_ready()