3a3a4b069826f1ccdd8cb0dfcc5b12c65675cd57
[platform/core/connectivity/bluetooth-tools.git] / scripts / etc / bluetooth-address
1 #!/bin/sh
2
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