After upgrade esphome 2025.11.1

[I][bluetooth_proxy:054]: [0] [2C:C6:82:77:40:5C] Connecting v3 without cache
[16:32:24.018][D][esp32_ble_tracker:135]: connecting: 0, discovered: 1, disconnecting: 0
[16:32:24.018][D][esp32_ble_tracker:808]: Stopping scan to make connection
[16:32:24.018][D][esp32_ble_tracker:816]: Promoting client to connect
[16:32:24.019][D][esp32_ble_tracker:852]: Setting coexistence to Bluetooth to make connection.
[16:32:24.039][I][esp32_ble_client:111]: [0] [2C:C6:82:77:40:5C] 0x00 Connecting
[16:32:24.039][D][esp32_ble_client:212]: [0] [2C:C6:82:77:40:5C] fast conn params
[16:32:24.039][D][esp32_ble_tracker:767]: Scan stop complete, set scanner state to IDLE.
[16:32:24.097][D][esp32_ble_tracker:135]: connecting: 1, discovered: 0, disconnecting: 0
[16:32:24.622][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_CONNECT_EVT
[16:32:24.622][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_OPEN_EVT
[16:32:24.622][I][esp32_ble_client:321]: [0] [2C:C6:82:77:40:5C] Connection open
[16:32:24.622][D][esp32_ble_client:195]: [0] [2C:C6:82:77:40:5C] Searching for services
[16:32:24.622][D][esp32_ble_tracker:135]: connecting: 0, discovered: 0, disconnecting: 0
[16:32:24.622][D][esp32_ble_tracker:856]: Setting coexistence preference to balanced.
[16:32:24.622][D][esp32_ble_tracker:211]: Starting scan, set scanner state to STARTING.
[16:32:24.622][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_SEARCH_CMPL_EVT
[16:32:24.622][D][esp32_ble_client:212]: [0] [2C:C6:82:77:40:5C] medium conn params
[16:32:24.622][I][esp32_ble_client:425]: [0] [2C:C6:82:77:40:5C] Service discovery complete
[16:32:24.622][D][esp32_ble_client:374]: [0] [2C:C6:82:77:40:5C] cfg_mtu status 0, mtu 517
[16:32:24.652][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_REG_FOR_NOTIFY_EVT
[16:32:24.720][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_WRITE_DESCR_EVT
[16:32:24.720][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_NOTIFY_EVT
[16:32:24.720][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_WRITE_CHAR_EVT
[16:32:24.821][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_NOTIFY_EVT
[16:32:24.821][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_WRITE_CHAR_EVT
[16:32:24.927][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_NOTIFY_EVT
[16:32:24.927][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_WRITE_CHAR_EVT
[16:32:25.042][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_NOTIFY_EVT
[16:32:25.042][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_WRITE_CHAR_EVT
[16:32:25.121][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_NOTIFY_EVT
[16:32:25.121][D][esp32_ble_client:199]: [0] [2C:C6:82:77:40:5C] ESP_GATTC_WRITE_CHAR_EVT

So, you get a log but what is the question?

How to help us help you - or How to ask a good question

After the update to the last build of ESPHome I noticed that in the BLE client logs no longer appear the lines with readable values, but only events such as ESP_GATTC_NOTIFY_EVT and ESP_GATTC_WRITE_CHAR_EVT. It may not be an error in my setup, but it simply changed the method by which ESPHome shows BLE logs in the latest versions? Can anyone confirm if it is so?