summaryrefslogtreecommitdiff
path: root/bin
diff options
authorYung Shen <yung.shen@canonical.com>2016-04-21 18:01:51 +0800
committerYung Shen <yung.shen@canonical.com>2016-04-21 18:01:51 +0800
commit360891070e424f9615496884d32df08838357f3d (patch)
tree89690f5e507340774f58f728bd3ca58c25c99123 /bin
parent45a89475906c6b1b6349fbfe06e0fb980e5b46e2 (diff)
Update bluetooth.txt.in remove unecessary bits under manifest
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bt_connect8
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/bt_connect b/bin/bt_connect
index 17ded38..0ef5169 100755
--- a/bin/bt_connect
+++ b/bin/bt_connect
@@ -19,12 +19,6 @@
#
# You should have received a copy of the GNU General Public License
# along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
-#
-# possibility to lockup, if it times out
-# TODO:
-# 6. different PIN selection
-# 7. MAC address validator
-# 8. Use logging for information
import sys
import time
@@ -45,7 +39,7 @@ def unpair_all(devices, manager):
else:
# print(flush=True) to bypass plainbox output buffer,
# see LP: #1569808 for more details.
- print("INFO: Please reset the device to pairing mode in 13 seconds",
+ print("Please reset the device to pairing mode in 13 seconds",
flush=True)
time.sleep(13)
print("INFO: Re-scaning for devices in pairing mode", flush=True)