Modify the bt-stack-up.sh in common profile 79/177079/1 accepted/tizen/unified/20180426.145852 submit/tizen/20180425.085733
authorHyuk Lee <hyuk0512.lee@samsung.com>
Wed, 25 Apr 2018 07:14:49 +0000 (16:14 +0900)
committerHyuk Lee <hyuk0512.lee@samsung.com>
Wed, 25 Apr 2018 07:14:49 +0000 (16:14 +0900)
Change-Id: I48ba8f710c1ce60563d5bc591b15b837cff1b44b
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
scripts/etc/bt-stack-up.sh

index 4efff94..fac25a8 100644 (file)
@@ -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