From ca2bcf8d1566a2c10e4d16706e37eb58f4344ef3 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Mon, 23 Jan 2023 19:05:52 +0000 Subject: [PATCH] samples: bt: set a sample names and descriptions Set a sample name and description for a bunch of tests where those are left as "TBD" right now. Signed-off-by: Fabio Baltieri --- samples/bluetooth/hci_uart/sample.yaml | 4 ++-- samples/bluetooth/ipsp/sample.yaml | 4 ++-- samples/bluetooth/peripheral/sample.yaml | 4 ++-- samples/bluetooth/peripheral_csc/sample.yaml | 4 ++-- samples/bluetooth/peripheral_dis/sample.yaml | 4 ++-- samples/bluetooth/peripheral_esp/sample.yaml | 4 ++-- samples/bluetooth/peripheral_hids/sample.yaml | 4 ++-- samples/bluetooth/peripheral_hr/sample.yaml | 4 ++-- samples/bluetooth/peripheral_ht/sample.yaml | 4 ++-- samples/bluetooth/peripheral_identity/sample.yaml | 5 +++-- samples/bluetooth/peripheral_ots/sample.yaml | 4 ++-- samples/bluetooth/peripheral_sc_only/sample.yaml | 4 ++-- samples/bluetooth/scan_adv/sample.yaml | 5 +++-- samples/bluetooth/st_ble_sensor/sample.yaml | 5 +++-- 14 files changed, 31 insertions(+), 28 deletions(-) diff --git a/samples/bluetooth/hci_uart/sample.yaml b/samples/bluetooth/hci_uart/sample.yaml index b6eea1b1cf5..af01c3f80b6 100644 --- a/samples/bluetooth/hci_uart/sample.yaml +++ b/samples/bluetooth/hci_uart/sample.yaml @@ -1,6 +1,6 @@ sample: - description: TBD - name: TBD + name: Bluetooth HCI UART + description: Allows Zephyr to provide Bluetooth connectivity via UART tests: sample.bluetooth.hci_uart.arm: harness: bluetooth diff --git a/samples/bluetooth/ipsp/sample.yaml b/samples/bluetooth/ipsp/sample.yaml index b02e1f3a975..f725282a965 100644 --- a/samples/bluetooth/ipsp/sample.yaml +++ b/samples/bluetooth/ipsp/sample.yaml @@ -1,6 +1,6 @@ sample: - description: TBD - name: TBD + name: Bluetooth IPSP Sample + description: IPSP (Internet Protocol Support Profile) Node role sample tests: sample.bluetooth.ipsp: harness: bluetooth diff --git a/samples/bluetooth/peripheral/sample.yaml b/samples/bluetooth/peripheral/sample.yaml index 9618a99c82e..e493f8368a5 100644 --- a/samples/bluetooth/peripheral/sample.yaml +++ b/samples/bluetooth/peripheral/sample.yaml @@ -1,6 +1,6 @@ sample: - description: TBD - name: TBD + name: Bluetooth Peripheral + description: Demonstrates the BLE Peripheral role tests: sample.bluetooth.peripheral: harness: bluetooth diff --git a/samples/bluetooth/peripheral_csc/sample.yaml b/samples/bluetooth/peripheral_csc/sample.yaml index 81d8e42842e..620a86bc847 100644 --- a/samples/bluetooth/peripheral_csc/sample.yaml +++ b/samples/bluetooth/peripheral_csc/sample.yaml @@ -1,6 +1,6 @@ sample: - description: TBD - name: TBD + name: Bluetooth Peripheral CSC + description: Demonstrates the CSC (Cycling Speed and Cadence) GATT Service tests: sample.bluetooth.peripheral_csc: harness: bluetooth diff --git a/samples/bluetooth/peripheral_dis/sample.yaml b/samples/bluetooth/peripheral_dis/sample.yaml index 87f3d01df21..3dd892d9c0d 100644 --- a/samples/bluetooth/peripheral_dis/sample.yaml +++ b/samples/bluetooth/peripheral_dis/sample.yaml @@ -1,6 +1,6 @@ sample: - description: TBD - name: TBD + name: Bluetooth Peripheral DIS + description: Demonstrates the DIS (Device Information) GATT Service tests: sample.bluetooth.peripheral_dis: harness: bluetooth diff --git a/samples/bluetooth/peripheral_esp/sample.yaml b/samples/bluetooth/peripheral_esp/sample.yaml index cdd33efa2ae..3c39e67f580 100644 --- a/samples/bluetooth/peripheral_esp/sample.yaml +++ b/samples/bluetooth/peripheral_esp/sample.yaml @@ -1,6 +1,6 @@ sample: - description: TBD - name: TBD + name: Bluetooth Peripheral ESP + description: Demonstrates the ESP (Environmental Sensing Profile) GATT Service tests: sample.bluetooth.peripheral_esp: harness: bluetooth diff --git a/samples/bluetooth/peripheral_hids/sample.yaml b/samples/bluetooth/peripheral_hids/sample.yaml index 15a925ef02b..5dd680aa41a 100644 --- a/samples/bluetooth/peripheral_hids/sample.yaml +++ b/samples/bluetooth/peripheral_hids/sample.yaml @@ -1,6 +1,6 @@ sample: - description: TBD - name: TBD + name: Bluetooth Peripheral HIDs + description: Bluetooth Low Energy HID-over-GATT service sample tests: sample.bluetooth.peripheral_hids: harness: bluetooth diff --git a/samples/bluetooth/peripheral_hr/sample.yaml b/samples/bluetooth/peripheral_hr/sample.yaml index 8c805aeed79..e2fdc933444 100644 --- a/samples/bluetooth/peripheral_hr/sample.yaml +++ b/samples/bluetooth/peripheral_hr/sample.yaml @@ -1,6 +1,6 @@ sample: - description: TBD - name: TBD + name: Bluetooth Peripheral HR + description: Demonstrates the HR (Heart Rate) GATT Service tests: sample.bluetooth.peripheral_hr: harness: bluetooth diff --git a/samples/bluetooth/peripheral_ht/sample.yaml b/samples/bluetooth/peripheral_ht/sample.yaml index c3f2d8fe16b..7f617ebb975 100644 --- a/samples/bluetooth/peripheral_ht/sample.yaml +++ b/samples/bluetooth/peripheral_ht/sample.yaml @@ -1,6 +1,6 @@ sample: - description: TBD - name: TBD + name: Bluetooth Peripheral HT + description: Demonstrates the HT (Health Thermometer) GATT Service tests: sample.bluetooth.peripheral_ht: harness: bluetooth diff --git a/samples/bluetooth/peripheral_identity/sample.yaml b/samples/bluetooth/peripheral_identity/sample.yaml index 3fb6d9a5566..cebb38cde71 100644 --- a/samples/bluetooth/peripheral_identity/sample.yaml +++ b/samples/bluetooth/peripheral_identity/sample.yaml @@ -1,6 +1,7 @@ sample: - description: TBD - name: TBD + description: Bluetooth Peripheral Identity + name: Demonstrates use of multiple identity and the ability to be connected + to from multiple central devices tests: sample.bluetooth.peripheral_identity: harness: bluetooth diff --git a/samples/bluetooth/peripheral_ots/sample.yaml b/samples/bluetooth/peripheral_ots/sample.yaml index 735cc7714f3..2275ffd134d 100644 --- a/samples/bluetooth/peripheral_ots/sample.yaml +++ b/samples/bluetooth/peripheral_ots/sample.yaml @@ -1,6 +1,6 @@ sample: - description: TBD - name: TBD + name: Bluetooth Peripheral OTS + description: Demonstrates the OTS (Object Transfer) GATT Service tests: sample.bluetooth.peripheral_ots: harness: bluetooth diff --git a/samples/bluetooth/peripheral_sc_only/sample.yaml b/samples/bluetooth/peripheral_sc_only/sample.yaml index 75bcadfd93f..cf5bf0e877b 100644 --- a/samples/bluetooth/peripheral_sc_only/sample.yaml +++ b/samples/bluetooth/peripheral_sc_only/sample.yaml @@ -1,6 +1,6 @@ sample: - description: TBD - name: TBD + name: Bluetooth Peripheral SC-only + description: Demonstrates Secure Connections Only mode tests: sample.bluetooth.peripheral_sc_only: harness: bluetooth diff --git a/samples/bluetooth/scan_adv/sample.yaml b/samples/bluetooth/scan_adv/sample.yaml index ca87b65963f..241aa283790 100644 --- a/samples/bluetooth/scan_adv/sample.yaml +++ b/samples/bluetooth/scan_adv/sample.yaml @@ -1,6 +1,7 @@ sample: - description: TBD - name: TBD + name: Bluetooth Scan & Advertise + description: Demonstrates combined BLE Broadcaster & Observer role + functionality tests: sample.bluetooth.scan_adv: harness: bluetooth diff --git a/samples/bluetooth/st_ble_sensor/sample.yaml b/samples/bluetooth/st_ble_sensor/sample.yaml index f467f4c748e..16936ebbc14 100644 --- a/samples/bluetooth/st_ble_sensor/sample.yaml +++ b/samples/bluetooth/st_ble_sensor/sample.yaml @@ -1,6 +1,7 @@ sample: - description: TBD - name: TBD + name: Bluetooth ST BLE Sensor Demo + description: Demonstrates BLE peripheral by exposing vendor-specific GATT + services tests: sample.bluetooth.st_ble_sensor: harness: bluetooth