mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
gatt_client: remove unused variables
This commit is contained in:
parent
4797b71ac8
commit
d6f1d5e8b1
@ -3299,8 +3299,6 @@ static void gatt_client_le_enhanced_packet_handler(uint8_t packet_type, uint16_t
|
||||
uint8_t status;
|
||||
gatt_client_characteristic_t characteristic;
|
||||
gatt_client_service_t service;
|
||||
btstack_linked_list_iterator_t it;
|
||||
uint8_t num_pending_channels;
|
||||
switch (packet_type) {
|
||||
case HCI_EVENT_PACKET:
|
||||
switch (hci_event_packet_get_type(packet)) {
|
||||
|
Loading…
Reference in New Issue
Block a user