From 1905841f4008a58932368a7099e370e5758544c4 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 5 Jun 2016 00:51:39 +0200 Subject: initial attempts to work with paired devices --- gatoattclient.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gatoattclient.h') diff --git a/gatoattclient.h b/gatoattclient.h index 764abdd..0aafc6d 100644 --- a/gatoattclient.h +++ b/gatoattclient.h @@ -16,7 +16,7 @@ public: GatoSocket::State state() const; - bool connectTo(const GatoAddress& addr, GatoSocket::SecurityLevel sec_level); + bool connectTo(const GatoAddress& addr); void close(); GatoSocket::SecurityLevel securityLevel() const; @@ -99,7 +99,6 @@ private: quint16 cur_mtu; uint next_id; QQueue pending_requests; - GatoSocket::SecurityLevel required_sec; }; #endif // GATOATTCLIENT_H -- cgit v1.2.3