settings: add missing deviceConnect to paired list 53/18253/2 6.99.1 guppy/6.99.1 guppy_6.99.1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 23 Nov 2018 01:52:44 +0000 (17:52 -0800)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 23 Nov 2018 02:00:57 +0000 (18:00 -0800)
Need deviceConnect to be set after pairing of device otherwise the
"Connect" button will never be displayed.

Bug-AGL: SPEC-1630
Change-Id: Ibd6c05e66b28490b650bfb3da7aaebe7aa29ad24
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
app/bluetooth/Bluetooth.qml

index 308828b..de60edc 100644 (file)
@@ -350,6 +350,7 @@ SettingPage {
                                         deviceAddress: btDeviceList.get(i).deviceAddress,
                                         deviceName: btDeviceList.get(i).deviceName,
                                         devicePairable: btDeviceList.get(i).devicePairable,
+                                        deviceConnect: btDeviceList.get(i).deviceConnect,
                                     })
                         pairedDeviceCount = pairedDeviceCount + 1
                         btDeviceList.remove(i, 1)