ble.net by nexussays

<PackageReference Include="ble.net" Version="1.2.1" />

 ble.net 1.2.1

Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API. Reference this nuget from your Shared or PCL or .NetStandard project, and reference the relevant platform NuGet (ble.net-android / ble.net-ios / ble.net-uwp) in your final application. Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ble.net</id>
    <version>1.2.1</version>
    <title>ble.net (API)</title>
    <authors>nexussays</authors>
    <owners>nexussays</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://www.mozilla.org/en-US/MPL/2.0</licenseUrl>
    <projectUrl>https://github.com/nexussays/ble.net</projectUrl>
    <iconUrl>http://public.nexussays.com/ble.net/logo_64x64.png</iconUrl>
    <description>Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API.

Reference this nuget from your Shared or PCL or .NetStandard project, and reference the relevant platform NuGet (ble.net-android / ble.net-ios / ble.net-uwp) in your final application.

Complete readme &amp; sample application:
https://github.com/nexussays/ble.net/blob/master/Readme.md</description>
    <summary>Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API.</summary>
    <copyright>Copyright M. Griffie &lt;[email protected]&gt;</copyright>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="NETStandard.Library" version="2.0.0" />
        <dependency id="nexus.core" version="0.34.0" />
      </group>
    </dependencies>
  </metadata>
</package>