summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-11-30 18:15:48 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-11-30 20:25:23 -0800
commit50646688816cbb111d0ebaddbd06947bbb0b0fdc (patch)
tree7e96d52dccbe40c2bbb7cccef97477828f398e73
parenta51cfc5b18807e8fbff9305b4bc7aeb32d2d25cd (diff)
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 <matt.ranostay@konsulko.com>
-rw-r--r--binding-bluetooth/bluetooth-manager.c1
1 files changed, 1 insertions, 0 deletions
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;
}
}