summaryrefslogtreecommitdiff
path: root/bin
diff options
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bluetooth_scan7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/bluetooth_scan b/bin/bluetooth_scan
deleted file mode 100755
index 495ebdd..0000000
--- a/bin/bluetooth_scan
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-hciconfig hci0 reset
-
-name=`zenity --title="Bluetooth Send" --entry --text="Bluetooth Send"`
-address=`hcitool scan | grep "$name" | awk '{print $1}'`
-echo $address