Merge branch 'ESPBTUUID_to_string' into integration

This commit is contained in:
J. Nick Koston
2026-01-19 14:56:37 -10:00
+2
View File
@@ -46,6 +46,8 @@ class ESPBTUUID {
esp_bt_uuid_t get_uuid() const;
// Remove before 2026.8.0
ESPDEPRECATED("Use to_str() instead. Removed in 2026.8.0", "2026.2.0")
std::string to_string() const;
const char *to_str(std::span<char, UUID_STR_LEN> output) const;