diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-10-10 11:12:15 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-10-10 11:12:15 +0200 |
commit | b1b18fd8dba06ef71a64da2a75d19ab48d4c8a9a (patch) | |
tree | 865c73a3b718a1c015021f703e016b18a40c7fa2 | |
parent | 7a33619ba5e54b7eebdf8e09461dcd50a74712d2 (diff) |
units:bluetooth: Bring down the device after the eddystone scan test
-rw-r--r-- | units/bluetooth/jobs.pxu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/bluetooth/jobs.pxu b/units/bluetooth/jobs.pxu index 9d6a671..55b1d0a 100644 --- a/units/bluetooth/jobs.pxu +++ b/units/bluetooth/jobs.pxu @@ -225,6 +225,7 @@ command: hciconfig {interface} up hciconfig checkbox-support-eddystone_scanner -D {interface} + hciconfig {interface} down plugin: shell user: root flags: also-after-suspend also-after-suspend-manual |