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:
parent
dc5cf7b76c
commit
ca2bcf8d15
14 changed files with 31 additions and 28 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
sample:
|
||||
description: TBD
|
||||
name: TBD
|
||||
name: Bluetooth Peripheral
|
||||
description: Demonstrates the BLE Peripheral role
|
||||
tests:
|
||||
sample.bluetooth.peripheral:
|
||||
harness: bluetooth
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue