Add the scripts for IVI profile
[platform/core/connectivity/bluetooth-tools.git] / scripts / ivi / bluetooth-address
1 #!/bin/sh
2 PATH=/bin:/usr/bin:/sbin:/usr/sbin
3 #
4 # Script for setting local Bluetooth Address during booting time
5 #
6
7 if [ -x /usr/etc/bluetooth/bt-set-addr.sh ]; then
8         /usr/etc/bluetooth/bt-set-addr.sh &
9 fi