summaryrefslogtreecommitdiff
path: root/bin
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-13 09:41:38 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-13 09:41:38 +0200
commite017fd3ed9fc994937fc8857f6cd6eb6c3e068be (patch)
tree395c2602dd308214b5c0f0c44c5c1d21579271b2 /bin
parent9d34cf3e27014ac1115e2a0b7d3aea52b7137569 (diff)
bin:bluetooth_scan: Deleted
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