mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-25 09:02:30 +00:00
hci: use l2cap cid for eatt
This commit is contained in:
parent
a842500988
commit
d0f23c3502
@ -503,7 +503,7 @@ typedef struct {
|
|||||||
btstack_linked_list_t notification_requests;
|
btstack_linked_list_t notification_requests;
|
||||||
btstack_linked_list_t indication_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;
|
uint16_t l2cap_cid;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user