From 55496b91d2b144c5b8aafd20a8c8332aee4607ab Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 7 Dec 2013 01:51:59 +0100 Subject: add a method to retrieve a known device from a manager --- gatoperipheral.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gatoperipheral.h') diff --git a/gatoperipheral.h b/gatoperipheral.h index d16ac9c..4b757df 100644 --- a/gatoperipheral.h +++ b/gatoperipheral.h @@ -41,6 +41,7 @@ public: QList services() const; void parseEIR(quint8 data[], int len); + bool advertisesService(const GatoUUID &uuid) const; public slots: void connectPeripheral(); -- cgit v1.2.3