[bluetooth_connection] Shorten platform TAG strings (#18449)

This commit is contained in:
J. Nick Koston
2026-08-17 11:54:35 -05:00
committed by GitHub
parent 1f4fcead38
commit ebe93e2c68
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@
namespace esphome::bluetooth_connection {
static const char *const TAG = "bluetooth_connection.bluedroid";
static const char *const TAG = "bluetooth_connection";
using ble_device_base::FAST_CONN_TIMEOUT;
using ble_device_base::FAST_MAX_CONN_INTERVAL;
@@ -15,7 +15,7 @@
namespace esphome::bluetooth_connection {
static const char *const TAG = "bluetooth_connection.rp2";
static const char *const TAG = "bluetooth_connection";
using ble_device_base::ESPBTUUID;
using ble_device_base::GATT_ERR_NOT_CONNECTED;