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

@ -149,9 +149,6 @@ typedef struct gatt_client{
hci_con_handle_t con_handle; hci_con_handle_t con_handle;
uint8_t address_type;
bd_addr_t address;
uint16_t mtu; uint16_t mtu;
gatt_client_mtu_t mtu_state; gatt_client_mtu_t mtu_state;