mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +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)
|
||||
uint16_t l2cap_cid;
|
||||
bd_addr_t addr;
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_GATT_OVER_CLASSIC
|
||||
bd_addr_t addr;
|
||||
uint16_t l2cap_psm;
|
||||
btstack_context_callback_registration_t callback_request;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user