From b58f477dba20015141cf1d1b90035553e87ab4a2 Mon Sep 17 00:00:00 2001 From: Hyuk Lee Date: Wed, 25 Apr 2018 16:14:49 +0900 Subject: [PATCH] Modify the bt-stack-up.sh in common profile Change-Id: I48ba8f710c1ce60563d5bc591b15b837cff1b44b Signed-off-by: Hyuk Lee --- scripts/etc/bt-stack-up.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/etc/bt-stack-up.sh b/scripts/etc/bt-stack-up.sh index 4efff94..fac25a8 100644 --- a/scripts/etc/bt-stack-up.sh +++ b/scripts/etc/bt-stack-up.sh @@ -13,9 +13,4 @@ if !(/usr/bin/hciconfig | grep hci); then exit 1 fi -# Execute BlueZ BT stack -echo "Run bluetoothd" -/usr/libexec/bluetooth/bluetoothd -d -C & -/usr/bin/bluetooth-share & - exit 0 -- 2.7.4