Home
last modified time | relevance | path

Searched refs:ParseErrorToString (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dpeer.cc125 AdvertisingData::ParseErrorToString(res.error_value())); in SetAdvertisingData()
128 bt::AdvertisingData::ParseErrorToString(res.error_value()).c_str(), in SetAdvertisingData()
H A Dpeer_test.cc1110 EXPECT_EQ(AdvertisingData::ParseErrorToString( in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Dadvertising_data.h185 static std::string ParseErrorToString(ParseError e);
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dadvertising_data.cc184 std::string AdvertisingData::ParseErrorToString(ParseError e) { in ParseErrorToString() function in bt::AdvertisingData