diff options
author | Yung Shen <yung.shen@canonical.com> | 2016-04-21 18:01:51 +0800 |
---|---|---|
committer | Yung Shen <yung.shen@canonical.com> | 2016-04-21 18:01:51 +0800 |
commit | 360891070e424f9615496884d32df08838357f3d (patch) | |
tree | 89690f5e507340774f58f728bd3ca58c25c99123 /bin | |
parent | 45a89475906c6b1b6349fbfe06e0fb980e5b46e2 (diff) |
Update bluetooth.txt.in remove unecessary bits under manifest
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bt_connect | 8 |
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) |