From 4d66f9362b74500b1ceb1850c156cd7aeaf60fc6 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 1 Aug 2018 11:09:38 +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: Ib0de7cf81ee9e582995a1e4102f8c3b297694328 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