mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-31 00:32:52 +00:00
gatt_client: fix build for gatt over eatt without gatt over classic
This commit is contained in:
parent
1aa186af63
commit
e4f1c90393
@ -192,10 +192,10 @@ typedef struct gatt_client{
|
|||||||
|
|
||||||
#if defined(ENABLE_GATT_OVER_CLASSIC) || defined(ENABLE_GATT_OVER_EATT)
|
#if defined(ENABLE_GATT_OVER_CLASSIC) || defined(ENABLE_GATT_OVER_EATT)
|
||||||
uint16_t l2cap_cid;
|
uint16_t l2cap_cid;
|
||||||
|
bd_addr_t addr;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_GATT_OVER_CLASSIC
|
#ifdef ENABLE_GATT_OVER_CLASSIC
|
||||||
bd_addr_t addr;
|
|
||||||
uint16_t l2cap_psm;
|
uint16_t l2cap_psm;
|
||||||
btstack_context_callback_registration_t callback_request;
|
btstack_context_callback_registration_t callback_request;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user