From 564c3c80884c0e9064a19e31655fd80f92eb594a Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 1 Aug 2018 11:07:16 +0900 Subject: Change bluetooth status using agl-service-bluetooth Use libqtappfw's bluetooth to connection with agl-service-bluetooth. Instead of using dbus. Change-Id: I87610e0037b586fe08db86325b03f767dbe36537 Signed-off-by: zheng_wenlong --- homescreen/src/statusbarserver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'homescreen/src/statusbarserver.h') diff --git a/homescreen/src/statusbarserver.h b/homescreen/src/statusbarserver.h index a5b89e5..dabf6d3 100644 --- a/homescreen/src/statusbarserver.h +++ b/homescreen/src/statusbarserver.h @@ -24,6 +24,9 @@ class StatusBarServer : public QObject Q_OBJECT public: enum { + StatusWifi = 0, + StatusBluetooth = 1, + StatusCellular = 2, SupportedCount = 3, }; explicit StatusBarServer(QObject *parent = NULL); -- cgit 1.2.3-korg