mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
att_dispatch: fix build for gatt over eatt without gatt over classic
This commit is contained in:
parent
7fbb2a5372
commit
d21b039a25
@ -158,8 +158,6 @@ static void att_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *p
|
||||
hci_con_handle_t con_handle;
|
||||
bool outgoing_active;
|
||||
uint8_t index;
|
||||
#endif
|
||||
#if defined(ENABLE_GATT_OVER_CLASSIC) || defined(ENABLE_GATT_OVER_EATT)
|
||||
bd_addr_t address;
|
||||
uint16_t l2cap_cid;
|
||||
uint8_t status;
|
||||
|
Loading…
x
Reference in New Issue
Block a user