Searched refs:hci_outgoing_queue_ (Results 1 – 1 of 1) sorted by relevance
193 std::queue<std::vector<uint8_t>> hci_outgoing_queue_; member in bluetooth::hal::HciHalHostRootcanal198 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()