From 9fdbe7cf4d10974b9cc51cbb1767a095fb1498bc Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 30 Nov 2017 18:15:48 -0800 Subject: binding: bluetooth: set bluetooth HMI icon on startup If autoconnects to an Bluetooth device the bluetooth HMI icon status should display this. Bug-AGL: SPEC-1150 Change-Id: I80d31ffd59aaf63011ec16e4c7f04bd23649442b Signed-off-by: Matt Ranostay --- binding-bluetooth/bluetooth-manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/binding-bluetooth/bluetooth-manager.c b/binding-bluetooth/bluetooth-manager.c index f1d7895..7bc6d09 100644 --- a/binding-bluetooth/bluetooth-manager.c +++ b/binding-bluetooth/bluetooth-manager.c @@ -1251,6 +1251,7 @@ gboolean bt_autoconnect(gpointer ptr) if (ret == FALSE) { + setHMIStatus(ACTIVE); break; } } -- cgit 1.2.3-korg