File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ document language: [English](README.md) | [简体中文](README.zh-cn.md)
1818Bluetooth Low Energy library.
1919
2020This library is based on the Windows.Devices.Bluetooth UWP class library but simplified and with the asynchronous related calls made synchronous.
21- The original .Net assembly depended on Windows.Storage.Streams for DataReader & DataWriter; this library has simplified inbuilt versions.
22- So references to IBuffer in .Net UWP examples should now use Buffer instead.
21+ The original .Net assembly depended on Windows.Storage.Streams for DataReader & DataWriter; this library has simplified inbuilt versions.
22+ So references to IBuffer in .Net UWP examples should now use Buffer instead.
2323
2424## Firmware versions
2525
@@ -925,4 +925,3 @@ For more information see the [.NET Foundation Code of Conduct](https://dotnetfou
925925## .NET Foundation
926926
927927This project is supported by the [.NET Foundation ](https :// dotnetfoundation.org).
928-
You can’t perform that action at this time.
0 commit comments