Add start call to QML 53/27253/1 12.93.0 marlin/12.93.0 marlin_12.93.0
authorScott Murray <scott.murray@konsulko.com>
Tue, 8 Mar 2022 20:25:26 +0000 (15:25 -0500)
committerScott Murray <scott.murray@konsulko.com>
Tue, 8 Mar 2022 20:30:15 +0000 (15:30 -0500)
commitd53efa6bca224f2c6bec8e7b14b1dff7f12a2d03
treec5f11f7143200c589249c6d2d20262f7de9e86d0
parentf932d6da561278df631d0f77ae496a46efe4750f
Add start call to QML

Tweak the app QML to call into the new start call in the libqtappfw
Mediaplayer object that replaces the previous WebSocket onConnected
hook.  This is driven by the need to hold off triggering events from
the underlying libqtappfw Bluetooth object until the QML engine is
running, otherwise it misses events driven by bluez-glib
initialization querying BlueZ state.

Bug-AGL: SPEC-4231

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia4c98a19c73aaf778d4133ef77d93bfdacdf7974
app/MediaPlayer.qml