Enable experimental interfaces to active AVRCP 83/13283/1 accepted/tizen/20131205.214656 accepted/tizen/20131207.002800 submit/tizen/20131205.022004
authorWu Zheng <wu.zheng@intel.com>
Tue, 3 Dec 2013 02:54:01 +0000 (21:54 -0500)
committerWu Zheng <wu.zheng@intel.com>
Tue, 3 Dec 2013 02:54:01 +0000 (21:54 -0500)
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

index ad8007908b4168760c6d7831621b207be6722805..1e934a1f805ab431b48c6563e919ed0e93124d11 100644 (file)
@@ -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 &