# ChangeLog ## v0.1.4 - 2026-01-06 ### Enhancements: - Enhanced advertising configuration to support 128-bit UUIDs. - Added `ESP_BLE_CONN_EVENT_CCCD_UPDATE` event to report CCCD write status. - Added `esp_ble_conn_get_conn_handle()` API to query current connection handle. - Added `esp_ble_conn_get_mtu()` API to query current negotiated MTU. - Added `esp_ble_conn_update_params()` API to update connection parameters. ## v0.1.3 - 2024-12-09 ### Enhancements: - Support Config UUID Information in BLE broadcasting. ## v0.1.2 - 2024-5-22 ### Bug Fixes: - Fix esp_ble_conn_mgr not report disconnect event ## v0.1.1 - 2023-6-12 ### Bug Fixes: - Add duration to wait for write data completed ## v0.1.0 This is the first release version for BLE connection management component in Espressif Component Registry, more detailed descriptions about the project, please refer to [User_Guide](https://docs.espressif.com/projects/esp-iot-solution/en/latest/bluetooth/ble_conn_mgr.html). Features: - Roles: Support peripheral and central, client and server - Operations: Support GAP, GATT, GATT characteristic and services - Periodic: Support periodic advertising and sync with the advertiser
a558bfb49d2b61e4361e748d446b20f1b5f93c65
idf.py add-dependency "espressif/ble_conn_mgr^0.1.4"