Searched refs:links_with_pending_packets_ (Results 1 – 4 of 4) sorted by relevance
152 if (links_with_pending_packets_.count(address_with_type) != 0) { in OnDisconnect()206 links_with_pending_packets_.erase(remote); in OnPendingPacketChange()208 links_with_pending_packets_.emplace(remote); in OnPendingPacketChange()210 links_with_pending_packets_.erase(remote); in OnPendingPacketChange()
118 std::unordered_set<hci::AddressWithType> links_with_pending_packets_; variable
130 links_with_pending_packets_.erase(remote); in OnPendingPacketChange()132 links_with_pending_packets_.emplace(remote); in OnPendingPacketChange()134 links_with_pending_packets_.erase(remote); in OnPendingPacketChange()337 if (links_with_pending_packets_.count(device) != 0) { in OnDisconnect()
149 std::unordered_set<hci::Address> links_with_pending_packets_; variable