7static const char *
const TAG =
"radon_eye_ble";
12 char addr_buf[MAC_ADDRESS_PRETTY_BUFFER_SIZE];
13 ESP_LOGD(TAG,
"Found Radon Eye device Name: %s (MAC: %s)", device.
get_name().
c_str(),
constexpr const char * c_str() const
bool starts_with(const StringRef &prefix) const
True if the view begins with the given prefix (std::string::starts_with-like)
ESPDEPRECATED("Use address_str_to() instead. Removed in 2027.2.0.", "2026.8.0") std const char * address_str_to(char *buf) const
Return MAC as "XX:XX:XX:XX:XX:XX" string.
StringRef get_name() const
Advertised name as a view into the fixed buffer (always NUL-terminated, so c_str() is safe); converts...
bool parse_device(const ble_device_base::ESPBTDevice &device) override