diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-11-30 18:15:48 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-11-30 20:25:23 -0800 |
commit | 50646688816cbb111d0ebaddbd06947bbb0b0fdc (patch) | |
tree | 7e96d52dccbe40c2bbb7cccef97477828f398e73 | |
parent | a51cfc5b18807e8fbff9305b4bc7aeb32d2d25cd (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.c | 1 |
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; } } |