Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/common/public/pw_bluetooth_sapphire/internal/host/common/
Dadvertising_data.h188 static std::string ParseErrorToString(ParseError e);
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dpeer.cc119 AdvertisingData::ParseErrorToString(res.error_value())); in SetAdvertisingData()
122 bt::AdvertisingData::ParseErrorToString(res.error_value()).c_str(), in SetAdvertisingData()
Dpeer_test.cc1125 EXPECT_EQ(AdvertisingData::ParseErrorToString( in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/common/
Dadvertising_data.cc202 std::string AdvertisingData::ParseErrorToString(ParseError e) { in ParseErrorToString() function in bt::AdvertisingData