diff options
| author | Barry Golden <[email protected]> | 2019-03-12 14:02:43 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2019-03-12 14:02:43 -0700 |
| commit | ef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch) | |
| tree | 3017523a73c6552c27947d402afa6062f4df2706 /bluetooth/serialhcibus | |
| parent | 35bff356ac249057f4d673d39c7f28ed348cbf0f (diff) | |
Update README.md for samples portal (#358)
* Update README.md for samples portal
* Update README.md for samples portal
* Removed installwdf
* Update fork (#2)
* Fix typo
ture -> true
* Remove InstallWdf sample
* Fix typo (#340)
ture -> true
* Readme typo fix (#349)
* Update langid
Diffstat (limited to 'bluetooth/serialhcibus')
| -rw-r--r-- | bluetooth/serialhcibus/README.md | 14 | ||||
| -rw-r--r-- | bluetooth/serialhcibus/bluetooth-serialhcibus.yml | 12 |
2 files changed, 12 insertions, 14 deletions
diff --git a/bluetooth/serialhcibus/README.md b/bluetooth/serialhcibus/README.md index 9fc965b6..8e585493 100644 --- a/bluetooth/serialhcibus/README.md +++ b/bluetooth/serialhcibus/README.md @@ -1,3 +1,13 @@ +--- +topic: 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. +languages: + - cpp +products: + - windows +--- + <!--- name: Bluetooth Serial HCI Bus Driver platform: WDM @@ -7,12 +17,12 @@ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617641 ---> -Bluetooth Serial HCI Bus Driver -=============================== +# Bluetooth Serial HCI Bus Driver The purpose of this sample is to demonstrate how to implement a basic bus driver to support the new [Bluetooth Extensibility transport DDIs](http://msdn.microsoft.com/en-us/library/windows/hardware/ff536585) over the UART transport. Such a serial bus driver can support a multi-radio device over the UART transport and utilize a common Bluetooth HCI packet for communication. The lower edge of this driver interfaces with a UART controller following the Bluetooth SIG's UART (H4) transport protocol. ## Universal Windows Driver Compliant + This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. **Note** This sample driver is generic. It is not designed for a specific device and allows for a vendor to adopt and enhance it for supporting Bluetooth. diff --git a/bluetooth/serialhcibus/bluetooth-serialhcibus.yml b/bluetooth/serialhcibus/bluetooth-serialhcibus.yml deleted file mode 100644 index 9c2f19fb..00000000 --- a/bluetooth/serialhcibus/bluetooth-serialhcibus.yml +++ /dev/null @@ -1,12 +0,0 @@ -### 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 - preserveParentHierarchy: true - author: windows-driver-samples - languages: - - cpp - technologies: - - windows - vssolution: /bluetooth/serialhcibus/serialhcibus.sln |
