Modify the bt-stack-up.sh in common profile
[platform/core/connectivity/bluetooth-tools.git] / 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