Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dlink_manager.cc152 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()
Dlink_manager.h118 std::unordered_set<hci::AddressWithType> links_with_pending_packets_; variable
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc130 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()
Dlink_manager.h149 std::unordered_set<hci::Address> links_with_pending_packets_; variable