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 <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-01-23 19:05:52 +00:00 committed by Carles Cufí
commit ca2bcf8d15
14 changed files with 31 additions and 28 deletions

View file

@ -1,6 +1,6 @@
sample: sample:
description: TBD name: Bluetooth HCI UART
name: TBD description: Allows Zephyr to provide Bluetooth connectivity via UART
tests: tests:
sample.bluetooth.hci_uart.arm: sample.bluetooth.hci_uart.arm:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,6 @@
sample: sample:
description: TBD name: Bluetooth IPSP Sample
name: TBD description: IPSP (Internet Protocol Support Profile) Node role sample
tests: tests:
sample.bluetooth.ipsp: sample.bluetooth.ipsp:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,6 @@
sample: sample:
description: TBD name: Bluetooth Peripheral
name: TBD description: Demonstrates the BLE Peripheral role
tests: tests:
sample.bluetooth.peripheral: sample.bluetooth.peripheral:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,6 @@
sample: sample:
description: TBD name: Bluetooth Peripheral CSC
name: TBD description: Demonstrates the CSC (Cycling Speed and Cadence) GATT Service
tests: tests:
sample.bluetooth.peripheral_csc: sample.bluetooth.peripheral_csc:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,6 @@
sample: sample:
description: TBD name: Bluetooth Peripheral DIS
name: TBD description: Demonstrates the DIS (Device Information) GATT Service
tests: tests:
sample.bluetooth.peripheral_dis: sample.bluetooth.peripheral_dis:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,6 @@
sample: sample:
description: TBD name: Bluetooth Peripheral ESP
name: TBD description: Demonstrates the ESP (Environmental Sensing Profile) GATT Service
tests: tests:
sample.bluetooth.peripheral_esp: sample.bluetooth.peripheral_esp:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,6 @@
sample: sample:
description: TBD name: Bluetooth Peripheral HIDs
name: TBD description: Bluetooth Low Energy HID-over-GATT service sample
tests: tests:
sample.bluetooth.peripheral_hids: sample.bluetooth.peripheral_hids:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,6 @@
sample: sample:
description: TBD name: Bluetooth Peripheral HR
name: TBD description: Demonstrates the HR (Heart Rate) GATT Service
tests: tests:
sample.bluetooth.peripheral_hr: sample.bluetooth.peripheral_hr:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,6 @@
sample: sample:
description: TBD name: Bluetooth Peripheral HT
name: TBD description: Demonstrates the HT (Health Thermometer) GATT Service
tests: tests:
sample.bluetooth.peripheral_ht: sample.bluetooth.peripheral_ht:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,7 @@
sample: sample:
description: TBD description: Bluetooth Peripheral Identity
name: TBD name: Demonstrates use of multiple identity and the ability to be connected
to from multiple central devices
tests: tests:
sample.bluetooth.peripheral_identity: sample.bluetooth.peripheral_identity:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,6 @@
sample: sample:
description: TBD name: Bluetooth Peripheral OTS
name: TBD description: Demonstrates the OTS (Object Transfer) GATT Service
tests: tests:
sample.bluetooth.peripheral_ots: sample.bluetooth.peripheral_ots:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,6 @@
sample: sample:
description: TBD name: Bluetooth Peripheral SC-only
name: TBD description: Demonstrates Secure Connections Only mode
tests: tests:
sample.bluetooth.peripheral_sc_only: sample.bluetooth.peripheral_sc_only:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,7 @@
sample: sample:
description: TBD name: Bluetooth Scan & Advertise
name: TBD description: Demonstrates combined BLE Broadcaster & Observer role
functionality
tests: tests:
sample.bluetooth.scan_adv: sample.bluetooth.scan_adv:
harness: bluetooth harness: bluetooth

View file

@ -1,6 +1,7 @@
sample: sample:
description: TBD name: Bluetooth ST BLE Sensor Demo
name: TBD description: Demonstrates BLE peripheral by exposing vendor-specific GATT
services
tests: tests:
sample.bluetooth.st_ble_sensor: sample.bluetooth.st_ble_sensor:
harness: bluetooth harness: bluetooth