Plugin.BLE 1.0.0-beta4

This is a prerelease version of Plugin.BLE.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Plugin.BLE --version 1.0.0-beta4
NuGet\Install-Package Plugin.BLE -Version 1.0.0-beta4
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="Plugin.BLE" Version="1.0.0-beta4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plugin.BLE --version 1.0.0-beta4
#r "nuget: Plugin.BLE, 1.0.0-beta4"
#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 Plugin.BLE as a Cake Addin
#addin nuget:?package=Plugin.BLE&version=1.0.0-beta4&prerelease

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

Xamarin plugin to access 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.
  • MonoAndroid 0.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • Xamarin.iOS 0.0

    • No dependencies.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Plugin.BLE:

Package Downloads
MvvmCross.Plugin.BLE

MVVMCross Plugin to access Bluetooth Low Energy functionality on Android, iOS, macOS, and Windows. Read the full documentation on the projects page.

Buttplug.Server.Managers.XamarinBluetoothManager

Xamarin Bluetooth LE (Android/iOS) device support for Buttplug Servers, using Plugin.BLE. (.Net Standard 2.0)

IDTech.Maui.Comm

Maui Comm Library for IDTech iOS and Android Devices

XBeeLibrary.Xamarin

C# library for Xamarin to interact with Digi International's XBee radio frequency modules from mobile devices.

Moduware.Platform.Core

Library to work with Moduware modular platform.

GitHub repositories (3)

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

Repository Stars
dotnet-bluetooth-le/dotnet-bluetooth-le
Bluetooth LE plugin for Xamarin/MAUI, supporting Android, iOS, Mac, Windows
VladislavAntonyuk/MauiSamples
.NET MAUI Samples
lswiderski/mi-scale-exporter
Mobile App to export data from Mi Body Composition Scale and upload it to Garmin Connect Cloud
Version Downloads Last updated
3.1.0-beta.3 701 3/25/2024
3.1.0-beta.2 3,012 2/12/2024
3.1.0-beta.1 6,836 11/17/2023
3.0.0 48,201 10/8/2023
3.0.0-rc.1 4,241 9/21/2023
3.0.0-beta.6 2,869 9/5/2023
3.0.0-beta.5 10,349 8/5/2023
3.0.0-beta.4 13,050 5/21/2023
3.0.0-beta.3 19,344 4/17/2023
3.0.0-beta.2 16,757 11/24/2022
3.0.0-beta.1 3,707 11/17/2022
2.2.0-pre5 13,850 7/11/2022
2.2.0-pre4 948 6/1/2022
2.2.0-pre2 29,470 9/17/2019
2.2.0-pre1 1,594 8/11/2019
2.1.3 180,003 5/1/2022
2.1.2 171,054 4/22/2021
2.1.1 262,675 8/28/2019
2.1.0 5,684 8/11/2019
2.1.0-pre1 958 8/4/2019
2.0.1 2,710 8/4/2019
2.0.0 3,096 8/3/2019
2.0.0-pre1 17,423 5/21/2018
1.3.0 176,566 7/23/2017
1.3.0-beta3 1,538 5/4/2017
1.3.0-beta2 1,196 4/27/2017
1.3.0-beta1 1,216 4/26/2017
1.3.0-alpha1 1,337 3/10/2017
1.2.3 8,680 4/18/2017
1.2.2 2,380 4/4/2017
1.2.1 3,579 3/8/2017
1.2.0 2,323 2/17/2017
1.2.0-beta4 1,534 12/23/2016
1.2.0-beta3 1,290 12/17/2016
1.2.0-beta2 1,462 11/27/2016
1.2.0-beta1 1,301 11/19/2016
1.1.0 3,950 10/21/2016
1.1.0-beta5 1,626 10/7/2016
1.1.0-beta4 1,490 10/2/2016
1.1.0-beta3 1,469 9/30/2016
1.1.0-beta2 1,712 9/21/2016
1.1.0-beta1 1,624 8/15/2016
1.0.0 4,305 8/7/2016

[1.0.0-beta4]
     - fixed #47, clear cached services on disconnect
     - IDevice is IDisposable now and disconnects the device on disposal.