Tizen 2.1 base
[platform/core/connectivity/bluetooth-tools.git] / packaging / bluetooth-address.service
1 # this Unit set Bluetooth Address, some application use the address although bluetooth doesn't turn on.
2 # especially, OSP API use it as such way.
3 #
4
5 [Unit]
6 Description=Generate Bluetooth Address
7
8 [Service]
9 Type=oneshot
10 ExecStart=/usr/etc/bluetooth/bt-set-addr.sh
11 RemainAfterExit=yes
12
13 [Install]
14 WantedBy=bluetooth.target
15