Searched refs:outgoing_acl_ (Results 1 – 1 of 1) sorted by relevance
93 outgoing_acl_.push_back(std::move(data)); in sendAclData()144 auto packetview = GetPacketView(std::move(outgoing_acl_.front())); in GetSentAcl()145 outgoing_acl_.pop_front(); in GetSentAcl()175 std::list<hal::HciPacket> outgoing_acl_; member in bluetooth::hci::TestHciHal218 outgoing_acl_.push(std::move(acl)); in SendAclData()349 std::queue<std::unique_ptr<AclBuilder>> outgoing_acl_; member in bluetooth::hci::DependsOnHci353 auto acl = std::move(outgoing_acl_.front()); in handle_enqueue()354 outgoing_acl_.pop(); in handle_enqueue()