MvvmCross.Plugin.BLE 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MvvmCross.Plugin.BLE --version 1.2.0
                    
NuGet\Install-Package MvvmCross.Plugin.BLE -Version 1.2.0
                    
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.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MvvmCross.Plugin.BLE" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="MvvmCross.Plugin.BLE" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MvvmCross.Plugin.BLE --version 1.2.0
                    
#r "nuget: MvvmCross.Plugin.BLE, 1.2.0"
                    
#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.
#addin nuget:?package=MvvmCross.Plugin.BLE&version=1.2.0
                    
Install MvvmCross.Plugin.BLE as a Cake Addin
#tool nuget:?package=MvvmCross.Plugin.BLE&version=1.2.0
                    
Install MvvmCross.Plugin.BLE as a Cake Tool

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.  net9.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.2.0-beta.1 96 3/30/2025
3.1.0 1,496 5/20/2024
3.1.0-rc.1 74 5/3/2024
3.1.0-beta.3 96 3/25/2024
3.1.0-beta.2 87 2/12/2024
3.1.0-beta.1 6,190 11/17/2023
3.0.0 1,026 10/8/2023
3.0.0-rc.1 161 9/21/2023
3.0.0-beta.6 122 9/5/2023
3.0.0-beta.5 231 8/5/2023
3.0.0-beta.4 170 5/21/2023
3.0.0-beta.3 934 4/17/2023
3.0.0-beta.2 2,309 11/24/2022
3.0.0-beta.1 140 11/17/2022
2.2.0-pre5 652 7/11/2022
2.2.0-pre4 207 6/1/2022
2.2.0-pre2 2,040 9/17/2019
2.2.0-pre1 494 8/11/2019
2.1.3 3,518 5/1/2022
2.1.2 8,825 4/22/2021
2.1.1 35,679 8/28/2019
2.1.0 1,050 8/11/2019
2.1.0-pre1 474 8/4/2019
2.0.1 727 8/4/2019
2.0.0 1,985 8/3/2019
2.0.0-pre1 1,331 5/21/2018
1.3.0 16,146 7/23/2017
1.3.0-beta3 963 5/4/2017
1.3.0-beta2 880 4/27/2017
1.3.0-beta1 853 4/26/2017
1.3.0-alpha1 849 3/10/2017
1.2.3 1,626 4/18/2017
1.2.2 1,220 4/4/2017
1.2.1 1,451 3/8/2017
1.2.0 1,280 2/17/2017
1.2.0-beta4 963 12/23/2016
1.2.0-beta3 930 12/17/2016
1.2.0-beta2 940 11/27/2016
1.2.0-beta1 946 11/19/2016
1.1.0 1,502 10/21/2016
1.1.0-beta5 928 10/7/2016
1.1.0-beta4 895 10/2/2016
1.1.0-beta3 885 9/30/2016
1.1.0-beta2 1,088 9/21/2016
1.1.0-beta1 963 8/15/2016
1.0.0 1,961 8/7/2016
1.0.0-beta5 1,303 6/29/2016
1.0.0-beta4 1,033 6/10/2016
1.0.0-beta3 948 6/3/2016
1.0.0-beta2 912 5/26/2016
1.0.0-beta 900 5/13/2016
0.9.2 1,747 4/2/2016
0.9.1 1,533 3/18/2016
0.9.0 1,580 2/5/2016
0.9.0-beta3 1,931 1/15/2016
0.9.0-beta2 969 12/15/2015
0.9.0-beta1 1,473 12/15/2015
0.8.9-beta1 1,244 10/27/2015
0.8.8 1,673 10/26/2015
0.8.8-beta1 1,425 10/27/2015
0.8.7 1,177 10/26/2015
0.8.6 1,592 10/26/2015
0.8.5 1,595 10/22/2015
0.8.4 1,587 10/22/2015
0.8.3 1,200 10/21/2015
0.8.2 1,926 9/14/2015
0.8.1 1,653 9/14/2015
0.8.0 1,636 9/14/2015
0.7.0 1,572 9/11/2015

[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
     [1.1.0]
     - stable release incuding all beta features
     [1.1.0-beta5]
     - #97 Fixe iOS GetSystemConnectedDevices implementation. FYI method is now called GetSystemConnectedOrPairedDevices
     - #98 and #96 Merged GetSystemConnectedDevices and GetSystemPairedDevice into single method. iOS has no equivalent method for this so it makes more sense like this.
     - #94 iOS: Quickfix, change to GetDescriptorsAsync in order to wait for callback
     [1.1.0-beta4]
     - #94 Android: Quickfix for descriptor read async, callback not invoked
     [1.1.0-beta3]
     - #82 Enable setting PeripheralScanningOptions for ScanForPeripherals on iOS
     - #93 Fixed iOS crash when ble is off and ConnectingToKnownDeviceAsync. Wait for state and proper use of cancellation token.
     - #94 Implementation of descriptor Write/Read for iOS and Android.
     - #95 Async for start/stop notifications so that the descriptor write callback is invoked
     [1.1.0-beta2]
     - #78 BluetoothStateChangedArgs contain the old state and the new state
     - #81 iOS: Removed code smell which caused crash. Temporarily removed UpdateName subscription.
     - Android 4.4: fixed gatt callback to correctly detect gatt error when connecting to known device and not in range
     - #86: GetSystemConnectedDevices, beta implementation, in order to use the device in the app call ConnectAsync
     - #73: fixed crash when calling connecttoknwondevice without cancellation token
     [1.1.0-beta1]
     - improvements on xml documentation
     - Characteristic write type can be specified by the user
     - ConnectAsync throws NullReferenceException if device is null

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