summaryrefslogtreecommitdiff
path: root/bluetooth
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2018-02-28 09:14:29 -0800
committerWei Mao <[email protected]>2018-02-28 09:14:29 -0800
commitba25139ebc243c1a79dcd6168cc95563a467b7ef (patch)
tree039959ca9f4d884b7fce99deb67c02573e53d7ab /bluetooth
parent9f760bef0de19ea6ceec4c46189903fa0f276c92 (diff)
Added .yaml files for samples portal (#214)
Diffstat (limited to 'bluetooth')
-rw-r--r--bluetooth/bthecho/bluetooth-bthecho.yaml10
-rw-r--r--bluetooth/serialhcibus/bluetooth-serialhcibus.yaml10
2 files changed, 20 insertions, 0 deletions
diff --git a/bluetooth/bthecho/bluetooth-bthecho.yaml b/bluetooth/bthecho/bluetooth-bthecho.yaml
new file mode 100644
index 00000000..2b5737f5
--- /dev/null
+++ b/bluetooth/bthecho/bluetooth-bthecho.yaml
@@ -0,0 +1,10 @@
+### YamlMime:Sample
+sample:
+- name: Bluetooth Echo L2CAP Profile Driver
+ description: Demonstrates development of Bluetooth L2CAP profile drivers using the Bluetooth L2CAP DDIs.
+ generateZip: true
+ author: windows-driver-samples
+ languages:
+ - cpp
+ technologies:
+ - windows
diff --git a/bluetooth/serialhcibus/bluetooth-serialhcibus.yaml b/bluetooth/serialhcibus/bluetooth-serialhcibus.yaml
new file mode 100644
index 00000000..f5fc2542
--- /dev/null
+++ b/bluetooth/serialhcibus/bluetooth-serialhcibus.yaml
@@ -0,0 +1,10 @@
+### YamlMime:Sample
+sample:
+- name: Bluetooth Serial HCI Bus Driver
+ description: Demonstrates how to implement a basic bus driver to support the new Bluetooth Extensibility transport DDIs over the UART transport.
+ generateZip: true
+ author: windows-driver-samples
+ languages:
+ - cpp
+ technologies:
+ - windows