Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dpeer.cc53 std::string Peer::NameSourceToString(Peer::NameSource name_source) { in NameSourceToString()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dpeer.h597 std::optional<NameSource> name_source() const { in name_source() function