aboutsummaryrefslogtreecommitdiffstats
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-12-01 07:01:37 +0000
commit9fdbe7cf4d10974b9cc51cbb1767a095fb1498bc (patch)
tree0410bf02475887e59b359921507375f1da560596
parent8ab5f6c2b27e2e4b46ea75e8ccda93d9e9d0cb53 (diff)
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;
}
}