[esp32_ble] Deprecate ESPBTUUID::to_string() in favor of heap-free to_str()

This commit is contained in:
J. Nick Koston
2026-01-19 14:55:34 -10:00
parent 1996bc425f
commit bff4276697
+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;