MvvmCross.Plugin.BLE 1.3.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 1.3.0-beta3                
NuGet\Install-Package MvvmCross.Plugin.BLE -Version 1.3.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="1.3.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 1.3.0-beta3                
#r "nuget: MvvmCross.Plugin.BLE, 1.3.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=1.3.0-beta3&prerelease

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

This package contains a Bluetooth Low Energy plugin for MvvmCross. It allows access to Bluetooth Low Energy functionality on Android and iOS.
     Read the full documentation on the projects page.

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 834 5/20/2024
3.1.0-rc.1 63 5/3/2024
3.1.0-beta.3 88 3/25/2024
3.1.0-beta.2 82 2/12/2024
3.1.0-beta.1 3,869 11/17/2023
3.0.0 998 10/8/2023
3.0.0-rc.1 148 9/21/2023
3.0.0-beta.6 116 9/5/2023
3.0.0-beta.5 225 8/5/2023
3.0.0-beta.4 155 5/21/2023
3.0.0-beta.3 628 4/17/2023
3.0.0-beta.2 2,293 11/24/2022
3.0.0-beta.1 126 11/17/2022
2.2.0-pre5 632 7/11/2022
2.2.0-pre4 191 6/1/2022
2.2.0-pre2 2,010 9/17/2019
2.2.0-pre1 467 8/11/2019
2.1.3 3,428 5/1/2022
2.1.2 8,749 4/22/2021
2.1.1 34,963 8/28/2019
2.1.0 1,018 8/11/2019
2.1.0-pre1 449 8/4/2019
2.0.1 696 8/4/2019
2.0.0 1,855 8/3/2019
2.0.0-pre1 1,232 5/21/2018
1.3.0 15,872 7/23/2017
1.3.0-beta3 882 5/4/2017
1.3.0-beta2 804 4/27/2017
1.3.0-beta1 778 4/26/2017
1.3.0-alpha1 771 3/10/2017
1.2.3 1,546 4/18/2017
1.2.2 1,140 4/4/2017
1.2.1 1,331 3/8/2017
1.2.0 1,201 2/17/2017
1.2.0-beta4 886 12/23/2016
1.2.0-beta3 853 12/17/2016
1.2.0-beta2 862 11/27/2016
1.2.0-beta1 869 11/19/2016
1.1.0 1,418 10/21/2016
1.1.0-beta5 851 10/7/2016
1.1.0-beta4 818 10/2/2016
1.1.0-beta3 808 9/30/2016
1.1.0-beta2 1,010 9/21/2016
1.1.0-beta1 885 8/15/2016
1.0.0 1,880 8/7/2016
1.0.0-beta5 1,224 6/29/2016
1.0.0-beta4 954 6/10/2016
1.0.0-beta3 870 6/3/2016
1.0.0-beta2 834 5/26/2016
1.0.0-beta 822 5/13/2016
0.9.2 1,577 4/2/2016
0.9.1 1,363 3/18/2016
0.9.0 1,411 2/5/2016
0.9.0-beta3 1,723 1/15/2016
0.9.0-beta2 889 12/15/2015
0.9.0-beta1 1,264 12/15/2015
0.8.9-beta1 1,117 10/27/2015
0.8.8 1,503 10/26/2015
0.8.8-beta1 1,260 10/27/2015
0.8.7 1,092 10/26/2015
0.8.6 1,424 10/26/2015
0.8.5 1,423 10/22/2015
0.8.4 1,416 10/22/2015
0.8.3 1,114 10/21/2015
0.8.2 1,708 9/14/2015
0.8.1 1,484 9/14/2015
0.8.0 1,467 9/14/2015
0.7.0 1,398 9/11/2015

[1.3.0-beta.3]
     - Merge pull request #200. Possibility to change ConnectionPriority/ ConnectionInterval for Android
     [1.3.0-beta.2]
     - #198 Android. Clear cached services, characteristics etc on signal loss
     [1.3.0-beta.1]
     - Merge PR #195 Request MTU
     [1.3.0-alpha.1]
     - GATT callback refactoring
     [1.2.3]
     - #183: Android fixed UpdateRssiAsync
     [1.2.2]
     - #136: Added support for scan modes
     [1.2.1]
     - Merge PR #157 iOS add support for NSString descriptor values
     - Merge PR #148 Added a boolean (forceBleTransport) to force the use of transport parameter to BLE in connectGatt method in Android
     - Breaking changes: ConnectDeviceAsync optional parameters are now encapsulated in a ConnectParameter class
     [1.2.0]
     - #150 iOS: No disconnect when the connect CancelationToken is cancelled after a successful connect.
     [1.2.0-beta4]
     - #122 Android: Introduced a extra connectivity state to distinguish system connected device from app connected devices. System connected devices can't be used by the app because we have no gatt instance so we should allow to connect them via the adapter even though the ProfileState is -Connected-
     [1.2.0-beta3]
     - #121 #126 hardened characteristic discovery error handling for iOS
     [1.2.0-beta2]
     - #118 fixed crash on read in empty value on iOS
     [1.2.0-beta1]
     - #90: API change, added parent reference for IDescriptor to ICharacteristic to IService to IDevice
     - #109, #111 merge PR: iOS parse TxPower, ServiceData

     for older releases: https://github.com/xabre/xamarin-bluetooth-le/blob/master/doc/changelog.md