diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-14 01:47:11 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-14 16:56:23 -0800 |
commit | 11aaf468edbacac397d1d8b20b032eb35cf028ea (patch) | |
tree | 0fdfdd973ac6f42c8a295ed0fb8f255f092506d6 /conf.d/wgt/config.xml.in | |
parent | a445a9c8d9bce48af471a4e8ddfb962da051bfd7 (diff) |
binding: bluetooth: replace rfkill code with network servicehalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy/6.99.47.90.06.99.4
Remove bluetooth-rfkill.c and replace with agl-service-network calls
which in turn allows ConnMan to correctly manage bluetooth rfkill state.
Bug-AGL: SPEC-2124
Change-Id: Ibe0460be0f29957f99ea06975a1fa12d01840080
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'conf.d/wgt/config.xml.in')
-rw-r--r-- | conf.d/wgt/config.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index feab37b..4814329 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -20,6 +20,7 @@ <feature name="urn:AGL:widget:required-api"> <param name="persistence" value="ws" /> + <param name="network-manager" value="ws" /> <param name="@WIDGET_ENTRY_POINT@" value="local" /> </feature> </widget> |