Home
last modified time | relevance | path

Searched defs:IsDiscovering (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dfake_adapter.h311 bool IsDiscovering() const override { return is_discovering_; } in IsDiscovering() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dadapter.cc742 bool AdapterImpl::IsDiscovering() const { in IsDiscovering() function in bt::gap::AdapterImpl