From 36006d06f09222eda98bf5ac783f847aa5112df9 Mon Sep 17 00:00:00 2001 From: Franz Schnyder Date: Sat, 17 Jan 2026 13:28:30 +0100 Subject: [PATCH] Add 'ENABLE_LE_ENHANCED_CONNECTION_COMPLETE_EVENT' BtStack examples This fixes an issue when a central, that removed its bonding information, does a re-bonding to previously bonded peripheral that still has the bonding information stored. --- pico_w/bt/config/btstack_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pico_w/bt/config/btstack_config.h b/pico_w/bt/config/btstack_config.h index 1b969e1bf..4629e270d 100644 --- a/pico_w/bt/config/btstack_config.h +++ b/pico_w/bt/config/btstack_config.h @@ -15,6 +15,7 @@ #define ENABLE_LE_PERIPHERAL #define ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION #define ENABLE_LE_SECURE_CONNECTIONS +#define ENABLE_LE_ENHANCED_CONNECTION_COMPLETE_EVENT #endif #ifdef ENABLE_CLASSIC