hci: use l2cap cid for eatt

This commit is contained in:
Matthias Ringwald 2023-05-16 16:05:36 +02:00
parent a842500988
commit d0f23c3502

View File

@ -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