summaryrefslogtreecommitdiff
path: root/bluetooth/serialhcibus
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2015-08-06 20:07:53 -0700
committerBarry Golden <[email protected]>2015-08-06 20:07:53 -0700
commit7c089b4b332b8a8bd2e29672bbf4f6ee430b3e77 (patch)
tree8a7e461efc0c2e77b9cd82b3968e38fd5efef7b4 /bluetooth/serialhcibus
parent9026073a419b5ef68fb46d4f7fae52dbef09dbe1 (diff)
Update README.md
Diffstat (limited to 'bluetooth/serialhcibus')
-rw-r--r--bluetooth/serialhcibus/ReadMe.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/bluetooth/serialhcibus/ReadMe.md b/bluetooth/serialhcibus/ReadMe.md
index 31f0c358..46a30f38 100644
--- a/bluetooth/serialhcibus/ReadMe.md
+++ b/bluetooth/serialhcibus/ReadMe.md
@@ -6,11 +6,11 @@ The purpose of this sample is to demonstrate how to implement a basic bus driver
## 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 i.e. it is not designed for a specific device and allows for a vendor to adopt and enhance it for supporting Bluetooth
+**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.
-This sample driver, as is, may not properly function for a device until all vendor-specific device requirements (e.g. device initialization) have been incorporated
+This sample driver, as is, may not properly function for a device until all vendor-specific device requirements (for example, device initialization) have been incorporated.
-It is recommended to use WDK whose version matches the target Windows build version or newer for the development of the serial bus driver.
+It is recommended to use the WDK version that matches the target Windows build version or newer for the development of the serial bus driver.
**FILE MANIFEST**
@@ -30,7 +30,7 @@ io.c – functions that perform IO read pump via UART controller
Io.h – header for io.c
-pdo.c – PDO (Bluetooth function) enumeration and IOCTL processing
+pdo.c - PDO (Bluetooth function) enumeration and IOCTL processing
public.h – header to share with application to support Radio On/Off (“Airplane mode”)