Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_peer.cc103 logical_links_.insert(handle); in AddLink()
105 if (logical_links_.size() == 1u) { in AddLink()
112 logical_links_.erase(handle); in RemoveLink()
113 if (logical_links_.empty()) in RemoveLink()
118 return logical_links_.count(handle) != 0u; in HasLink()
123 return std::move(logical_links_); in Disconnect()
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/
Dfake_peer.h181 const HandleSet& logical_links() const { return logical_links_; } in logical_links()
277 HandleSet logical_links_; variable