MvvmCross.Plugin.BLE 0.9.0-beta3

This is a prerelease version of MvvmCross.Plugin.BLE.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MvvmCross.Plugin.BLE --version 0.9.0-beta3
NuGet\Install-Package MvvmCross.Plugin.BLE -Version 0.9.0-beta3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MvvmCross.Plugin.BLE" Version="0.9.0-beta3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvvmCross.Plugin.BLE --version 0.9.0-beta3
#r "nuget: MvvmCross.Plugin.BLE, 0.9.0-beta3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MvvmCross.Plugin.BLE as a Cake Addin
#addin nuget:?package=MvvmCross.Plugin.BLE&version=0.9.0-beta3&prerelease

// Install MvvmCross.Plugin.BLE as a Cake Tool
#tool nuget:?package=MvvmCross.Plugin.BLE&version=0.9.0-beta3&prerelease

This package contains a 'BLE' plugin for MvvmCross. It offers cross platform functionality for handling BLE. The core of this plugin is based on the idea from Xamarin - Monkey.Robotics and adds several features, improvements and fixes. It only targets iOS and Android.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on MvvmCross.Plugin.BLE:

Repository Stars
dotnet-bluetooth-le/dotnet-bluetooth-le
Bluetooth LE plugin for Xamarin/MAUI, supporting Android, iOS, Mac, Windows
Version Downloads Last updated
3.1.0 228 5/20/2024
3.1.0-rc.1 53 5/3/2024
3.1.0-beta.3 78 3/25/2024
3.1.0-beta.2 73 2/12/2024
3.1.0-beta.1 1,468 11/17/2023
3.0.0 896 10/8/2023
3.0.0-rc.1 137 9/21/2023
3.0.0-beta.6 97 9/5/2023
3.0.0-beta.5 204 8/5/2023
3.0.0-beta.4 138 5/21/2023
3.0.0-beta.3 342 4/17/2023
3.0.0-beta.2 2,284 11/24/2022
3.0.0-beta.1 116 11/17/2022
2.2.0-pre5 583 7/11/2022
2.2.0-pre4 163 6/1/2022
2.2.0-pre2 1,941 9/17/2019
2.2.0-pre1 446 8/11/2019
2.1.3 3,318 5/1/2022
2.1.2 8,661 4/22/2021
2.1.1 34,279 8/28/2019
2.1.0 985 8/11/2019
2.1.0-pre1 425 8/4/2019
2.0.1 666 8/4/2019
2.0.0 1,762 8/3/2019
2.0.0-pre1 1,202 5/21/2018
1.3.0 15,733 7/23/2017
1.3.0-beta3 871 5/4/2017
1.3.0-beta2 781 4/27/2017
1.3.0-beta1 755 4/26/2017
1.3.0-alpha1 746 3/10/2017
1.2.3 1,518 4/18/2017
1.2.2 1,108 4/4/2017
1.2.1 1,302 3/8/2017
1.2.0 1,169 2/17/2017
1.2.0-beta4 855 12/23/2016
1.2.0-beta3 828 12/17/2016
1.2.0-beta2 832 11/27/2016
1.2.0-beta1 841 11/19/2016
1.1.0 1,383 10/21/2016
1.1.0-beta5 816 10/7/2016
1.1.0-beta4 787 10/2/2016
1.1.0-beta3 785 9/30/2016
1.1.0-beta2 988 9/21/2016
1.1.0-beta1 859 8/15/2016
1.0.0 1,847 8/7/2016
1.0.0-beta5 1,196 6/29/2016
1.0.0-beta4 921 6/10/2016
1.0.0-beta3 840 6/3/2016
1.0.0-beta2 803 5/26/2016
1.0.0-beta 800 5/13/2016
0.9.2 1,548 4/2/2016
0.9.1 1,337 3/18/2016
0.9.0 1,382 2/5/2016
0.9.0-beta3 1,695 1/15/2016
0.9.0-beta2 866 12/15/2015
0.9.0-beta1 1,239 12/15/2015
0.8.9-beta1 1,092 10/27/2015
0.8.8 1,475 10/26/2015
0.8.8-beta1 1,234 10/27/2015
0.8.7 1,067 10/26/2015
0.8.6 1,391 10/26/2015
0.8.5 1,394 10/22/2015
0.8.4 1,388 10/22/2015
0.8.3 1,087 10/21/2015
0.8.2 1,664 9/14/2015
0.8.1 1,453 9/14/2015
0.8.0 1,435 9/14/2015
0.7.0 1,366 9/11/2015

- Updated solution to MvvmCross-beta8.
- SetResult -> TrySetResult and SetException -> TrySetException to avoid Exceptions due to race conditions (double-setting tcs)
- Prevent ReadAsync and WriteAsync waiting for callbacks that will never arrive.