MvvmCross.Plugin.BLE 2.1.3

.NET Standard 2.0
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package MvvmCross.Plugin.BLE --version 2.1.3
NuGet\Install-Package MvvmCross.Plugin.BLE -Version 2.1.3
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="2.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvvmCross.Plugin.BLE --version 2.1.3
#r "nuget: MvvmCross.Plugin.BLE, 2.1.3"
#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=2.1.3

// Install MvvmCross.Plugin.BLE as a Cake Tool
#tool nuget:?package=MvvmCross.Plugin.BLE&version=2.1.3

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 Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios xamarinios10
Xamarin.Mac xamarinmac xamarinmac20
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
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.0.0-beta.2 266 11/24/2022
3.0.0-beta.1 64 11/17/2022
2.2.0-pre5 448 7/11/2022
2.2.0-pre4 105 6/1/2022
2.2.0-pre2 1,459 9/17/2019
2.2.0-pre1 385 8/11/2019
2.1.3 1,661 5/1/2022
2.1.2 8,344 4/22/2021
2.1.1 27,260 8/28/2019
2.1.0 877 8/11/2019
2.1.0-pre1 365 8/4/2019
2.0.1 567 8/4/2019
2.0.0 1,420 8/3/2019
2.0.0-pre1 1,148 5/21/2018
1.3.0 14,740 7/23/2017
1.3.0-beta3 797 5/4/2017
1.3.0-beta2 717 4/27/2017
1.3.0-beta1 692 4/26/2017
1.3.0-alpha1 689 3/10/2017
1.2.3 1,405 4/18/2017
1.2.2 1,002 4/4/2017
1.2.1 1,190 3/8/2017
1.2.0 1,052 2/17/2017
1.2.0-beta4 806 12/23/2016
1.2.0-beta3 781 12/17/2016
1.2.0-beta2 773 11/27/2016
1.2.0-beta1 775 11/19/2016
1.1.0 1,279 10/21/2016
1.1.0-beta5 746 10/7/2016
1.1.0-beta4 725 10/2/2016
1.1.0-beta3 722 9/30/2016
1.1.0-beta2 921 9/21/2016
1.1.0-beta1 795 8/15/2016
1.0.0 1,735 8/7/2016
1.0.0-beta5 1,123 6/29/2016
1.0.0-beta4 854 6/10/2016
1.0.0-beta3 769 6/3/2016
1.0.0-beta2 748 5/26/2016
1.0.0-beta 734 5/13/2016
0.9.2 1,381 4/2/2016
0.9.1 1,196 3/18/2016
0.9.0 1,231 2/5/2016
0.9.0-beta3 1,580 1/15/2016
0.9.0-beta2 792 12/15/2015
0.9.0-beta1 1,133 12/15/2015
0.8.9-beta1 1,005 10/27/2015
0.8.8 1,318 10/26/2015
0.8.8-beta1 1,137 10/27/2015
0.8.7 943 10/26/2015
0.8.6 1,238 10/26/2015
0.8.5 1,236 10/22/2015
0.8.4 1,240 10/22/2015
0.8.3 956 10/21/2015
0.8.2 1,478 9/14/2015
0.8.1 1,301 9/14/2015
0.8.0 1,312 9/14/2015
0.7.0 1,237 9/11/2015

[2.1.3]
     - Feature: additional scan filtering on Android, for manufacturer data, service data, device adress or device name (fixes #515)
     - Adding unacknowledged writes to iOS (fixes #473)
     - Add GetKnownDevicesByIds methods to get paired devices without the need of connecting to them
     - Added cancellation token support in Characteristic.StartUpdatesAsync and StopUpdatesAsync
     - Fix Android autoConnect flag
     - Update sample client to Android 12 (fixes #568)
     [2.1.2]
     - Correctly close a gatt when a connection attempt is cancelled (fixes #484)
     - Use NSBluetoothAlwaysUsageDescription in iOS and macOS samples (fixes #455, #498)
     - Android: enable BT5 advertising extensions (fixes #495)
     - Fixed cake build and updated build instructions (fixes #492)
     - Added locking to DeviceBase.KnownServices (fixes #406)
     - Updated Mac project to output the same filename as the other platforms (fixes #430, #491)
     - Added iOS/Mac support for 32-bit and 16-bit Service UUIDs (fixes #445)
     [2.1.1]
     - iOS #373, #377 Fixed trace output that caused NRE.
     [2.1.0]
     - Use IReadOnlyLists for Services/ Characteristics/ Descriptors and concurrent collections for DiscoveredDevices/ConnectedDevices
Should prevent crashes like: #320
     - #54 MacOS support
     [2.1.0-pre1]
     - #54 macOS support
     [2.0.1]
     - Fix #367
     [2.0.0]
     - .NETStandard 2.0
     - Merge PR #365 (NRE), #358, #359, #341, #314, #332, #331, #329, #307
     - Update to package references/ update sample apps/ update libraries
     [2.0.0-pre2]
     - Use MvvmCross 6
     [2.0.0-pre1]
     - NETStandard 1.0
     - Merge PR #298, #289, #290, #263
     [1.3.0] (stable)
     - Stable release including all the 1.3.0-beta.x previous releases.
     - Merge pull request #229 and #224 which fixed #227 set descriptor for android characteristic stop notify.
     [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
     for older releases: https://github.com/xabre/xamarin-bluetooth-le/blob/master/doc/changelog.md