Adjust the event generation timing for BT enabled / disabled
[platform/core/connectivity/bluetooth-frwk.git] / bt-core / bluetooth-frwk-core
1 #!/bin/sh
2
3 #
4 # Script for running BT Service during booting time
5 #
6
7 if [ -x /usr/bin/bt-core ]; then
8         /usr/bin/bt-core &
9 fi