diff options
| author | Barry Golden <[email protected]> | 2015-08-06 20:07:53 -0700 |
|---|---|---|
| committer | Barry Golden <[email protected]> | 2015-08-06 20:07:53 -0700 |
| commit | 7c089b4b332b8a8bd2e29672bbf4f6ee430b3e77 (patch) | |
| tree | 8a7e461efc0c2e77b9cd82b3968e38fd5efef7b4 /bluetooth | |
| parent | 9026073a419b5ef68fb46d4f7fae52dbef09dbe1 (diff) | |
Update README.md
Diffstat (limited to 'bluetooth')
| -rw-r--r-- | bluetooth/bthecho/ReadMe.md | 2 | ||||
| -rw-r--r-- | bluetooth/serialhcibus/ReadMe.md | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bluetooth/bthecho/ReadMe.md b/bluetooth/bthecho/ReadMe.md index 83ba0940..fa41920e 100644 --- a/bluetooth/bthecho/ReadMe.md +++ b/bluetooth/bthecho/ReadMe.md @@ -105,7 +105,7 @@ Run the sample 3. Run bthprops.cpl from a command line or right click on the Bluetooth icon in the system tray and select ‘Show Devices' to bring up a list of installed Bluetooth devices. -4. In the ‘Bluetooth Devices’ window click the ‘Add a device’ button. +4. In the **Bluetooth Devices** window, click the **Add a device** button. 5. In the Add a Device wizard select the server machine (the machine where you installed the echo server) as a Bluetooth device. If the server machine does not appear, please check the echo server installation and make sure that you have enabled ‘Allow Bluetooth device to find this computer’ on the server machine as explained above. When the server machine is correctly displayed, select it and pick ‘Next’. 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”) |
