aboutsummaryrefslogtreecommitdiffstats
path: root/btle-advise.service
diff options
context:
space:
mode:
Diffstat (limited to 'btle-advise.service')
-rw-r--r--btle-advise.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/btle-advise.service b/btle-advise.service
new file mode 100644
index 0000000..1a34237
--- /dev/null
+++ b/btle-advise.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=activates advertising of BlueTooth Low-Energy on hci0
+
+[Service]
+Type=oneshot
+ExecStart=/bin/bash -c "rfkill list|sed '/[bB]luetooth/!d;s/:.*//'|xargs -n1 rfkill unblock"
+ExecStart=/bin/bash -c "hcitool dev|tail -n+2|cut -f2|xargs -n1 -IX hciconfig X leadv"
+