gatt_client: remove unused addr/type fields

This commit is contained in:
Matthias Ringwald 2020-11-13 18:46:08 +01:00
parent d77906ff3a
commit 618530febb

View File

@ -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;