diff options
| author | Yung Shen <yung.shen@canonical.com> | 2016-03-17 15:34:56 +0800 |
|---|---|---|
| committer | Yung Shen <yung.shen@canonical.com> | 2016-03-17 15:34:56 +0800 |
| commit | 56b25733f084bbfef3bca9f18829dbc94b5b44a2 (patch) | |
| tree | 86ebe15497964afff15fb2d198ed7e7fc433977a | |
| parent | 73a3810ff9d1ed711b56ab3e68f9f2ae90535712 (diff) | |
Aligning bluetooth 4.x naming
| -rw-r--r-- | jobs/bluetooth.txt.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jobs/bluetooth.txt.in b/jobs/bluetooth.txt.in index 3f0e8ec..76f60d0 100644 --- a/jobs/bluetooth.txt.in +++ b/jobs/bluetooth.txt.in @@ -1,6 +1,6 @@ unit: manifest entry -id: has_bt_4_x -_name: Bluetooth 4.x Support +id: has_bt_smart +_name: Bluetooth Smart (4.0 or later) Support requires: device.category == 'BLUETOOTH' value-type: bool @@ -168,7 +168,7 @@ plugin: user-interact-verify category_id: 2013.com.canonical.plainbox::bluetooth id: bluetooth4/HOGP-mouse depends: bluetooth/detect-output -requires: manifest.has_bt_4_x == 'True' +requires: manifest.has_bt_smart == 'True' estimated_duration: 30.0 command: bt_connect --mac `zenity --entry` _description: @@ -186,7 +186,7 @@ plugin: user-interact-verify category_id: 2013.com.canonical.plainbox::bluetooth id: bluetooth4/HOGP-keyboard depends: bluetooth/detect-output -requires: manifest.has_bt_4_x == 'True' +requires: manifest.has_bt_smart == 'True' estimated_duration: 30.0 command: keyboard_test _description: |
