summaryrefslogtreecommitdiff
path: root/gatoperipheral.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatoperipheral.h')
-rw-r--r--gatoperipheral.h4
1 files changed, 4 insertions, 0 deletions
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<GatoService> services() const;
+ GatoConnectionParameters connectionParameters() const;
+ bool setConnectionParameters(const GatoConnectionParameters &params);
+
void parseEIR(quint8 data[], int len);
bool advertisesService(const GatoUUID &uuid) const;