summaryrefslogtreecommitdiff
path: root/metawatch/metawatchscanner.h
blob: 6cafe3e8247423a352f2ca876d9e1cfb7825984c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef METAWATCHSCANNER_H
#define METAWATCHSCANNER_H

#include <sowatch.h>
#include <sowatchbt.h>

namespace sowatch
{

class MetaWatchScanner : public BluetoothWatchScanner
{
	Q_OBJECT
public:
	explicit MetaWatchScanner(QObject *parent = 0);

private slots:
	void handleDiscoveredService(const QBluetoothServiceInfo& info);
};

}

#endif // METAWATCHSCANNER_H