From d0f23c3502572336801ee5c1d79a91a15c433ee0 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 16 May 2023 16:05:36 +0200 Subject: [PATCH] hci: use l2cap cid for eatt --- src/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci.h b/src/hci.h index 963929add..84f05a1a2 100644 --- a/src/hci.h +++ b/src/hci.h @@ -503,7 +503,7 @@ typedef struct { btstack_linked_list_t notification_requests; btstack_linked_list_t indication_requests; -#ifdef ENABLE_GATT_OVER_CLASSIC +#if defined(ENABLE_GATT_OVER_CLASSIC) || defined(ENABLE_GATT_OVER_EATT) uint16_t l2cap_cid; #endif