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:
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

View file

@ -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

View file

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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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