From b41e73a1565ff9edd45f814a4b535020c04b1b15 Mon Sep 17 00:00:00 2001 From: Javier Date: Wed, 17 Sep 2014 00:10:06 +0200 Subject: Bump version, add new GatoConnectionParameters class and ability to change connection parameters. --- gatoperipheral.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gatoperipheral.h') diff --git a/gatoperipheral.h b/gatoperipheral.h index c8c9023..6b7ab5b 100644 --- a/gatoperipheral.h +++ b/gatoperipheral.h @@ -5,6 +5,7 @@ #include "libgato_global.h" #include "gatouuid.h" #include "gatoaddress.h" +#include "gatoconnectionparameters.h" class GatoService; class GatoCharacteristic; @@ -46,6 +47,9 @@ public: QString name() const; QList services() const; + GatoConnectionParameters connectionParameters() const; + bool setConnectionParameters(const GatoConnectionParameters ¶ms); + void parseEIR(quint8 data[], int len); bool advertisesService(const GatoUUID &uuid) const; -- cgit v1.2.3