From 3b5af3f9430a9162b31fabb43ce0a0b0a925fbdf Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 22 Sep 2022 14:25:52 +0200 Subject: [PATCH] test/le_audio: enable gatt pairing --- test/le_audio/include/btstack_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/le_audio/include/btstack_config.h b/test/le_audio/include/btstack_config.h index 555dedae3..ce81bfa49 100644 --- a/test/le_audio/include/btstack_config.h +++ b/test/le_audio/include/btstack_config.h @@ -21,6 +21,7 @@ #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE #define ENABLE_L2CAP_ENHANCED_CREDIT_BASED_FLOW_CONTROL_MODE #define ENABLE_GOEP_L2CAP +#define ENABLE_GATT_CLIENT_PAIRING #define ENABLE_GATT_OVER_CLASSIC #define ENABLE_LE_CENTRAL #define ENABLE_L2CAP_LE_CREDIT_BASED_FLOW_CONTROL_MODE