Home
last modified time | relevance | path

Searched defs:IsDiscoverable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dfake_adapter.h309 bool IsDiscoverable() const override { return is_discoverable_; } in IsDiscoverable() function
/aosp_15_r20/art/runtime/mirror/
H A Dclass-inl.h416 inline bool Class::IsDiscoverable(bool public_only, in IsDiscoverable() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dadapter.cc727 bool AdapterImpl::IsDiscoverable() const { in IsDiscoverable() function in bt::gap::AdapterImpl