From 618530febbbda609d142637ba69e84b9bb806b9c Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 13 Nov 2020 18:46:08 +0100 Subject: [PATCH] gatt_client: remove unused addr/type fields --- src/ble/gatt_client.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ble/gatt_client.h b/src/ble/gatt_client.h index bb0f75664..f6fabff77 100644 --- a/src/ble/gatt_client.h +++ b/src/ble/gatt_client.h @@ -148,9 +148,6 @@ typedef struct gatt_client{ btstack_packet_handler_t write_without_response_callback; hci_con_handle_t con_handle; - - uint8_t address_type; - bd_addr_t address; uint16_t mtu; gatt_client_mtu_t mtu_state;