diff --git a/meta-digi-dey/recipes-connectivity/bluez/bluez5/bluez-init b/meta-digi-dey/recipes-connectivity/bluez/bluez5/bluez-init index dd3dd27cf..dbd5fc7e8 100755 --- a/meta-digi-dey/recipes-connectivity/bluez/bluez5/bluez-init +++ b/meta-digi-dey/recipes-connectivity/bluez/bluez5/bluez-init @@ -94,8 +94,8 @@ bt_init() { fi } -echo "Starting bluetooth services." -start-stop-daemon -S --background --exec /usr/lib/bluez5/bluetooth/bluetoothd - # Check if this hardware does support Bluetooth [ -d "/proc/device-tree/bluetooth" ] && bt_init + +echo "Starting bluetooth services." +start-stop-daemon -S --background --exec /usr/lib/bluez5/bluetooth/bluetoothd