Merge remote-tracking branch 'upstream/dev' into integration

This commit is contained in:
J. Nick Koston
2025-12-22 08:48:37 -10:00
+2 -2
View File
@@ -262,8 +262,8 @@ bool ESP32BLE::ble_setup_() {
// BLE device names are limited to 20 characters
// Buffer: 20 chars + null terminator
constexpr size_t BLE_NAME_MAX_LEN = 21;
char name_buffer[BLE_NAME_MAX_LEN];
constexpr size_t ble_name_max_len = 21;
char name_buffer[ble_name_max_len];
const char *device_name;
if (this->name_ != nullptr) {