From c459b085b45a27e2823738390a7d695f1a4fa0e3 Mon Sep 17 00:00:00 2001 From: Wu Zheng Date: Mon, 2 Dec 2013 21:54:01 -0500 Subject: [PATCH] Enable experimental interfaces to active AVRCP Only after Enable experimental interfaces, AVRCP interfaces can be used. For fixing TIVI-2242, TIVI-869 TIVI-868 TIVI-867 TIVI-866, experimental interfaces will be enabled in Bluez. Change-Id: Idbcafeb6becd5ac6d7cbdae47f9f9cc92f7bda23 --- scripts/bt-stack-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bt-stack-up.sh b/scripts/bt-stack-up.sh index ad80079..1e934a1 100644 --- a/scripts/bt-stack-up.sh +++ b/scripts/bt-stack-up.sh @@ -23,7 +23,7 @@ if [ -d /sys/fs/cgroup/systemd ]; then else # Under systemd, bluetoothd is dbus activated. sysvinit requires it to be # launched explicitly - /lib/bluetooth/bluetoothd -d + /lib/bluetooth/bluetoothd -E fi /usr/bin/bt-service & -- 2.7.4