Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dandroid_vendor_capabilities.h75 bool supports_debug_logging() const { return supports_debug_logging_; } in supports_debug_logging()
124 bool supports_debug_logging_ = false; variable
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dandroid_vendor_capabilities.cc98 c.supports_debug_logging_ = AsBool(e.debug_logging_supported().Read()); in New()