Symtech.Plugin.BLE 2.1.3

.NET Standard 2.0
dotnet add package Symtech.Plugin.BLE --version 2.1.3
NuGet\Install-Package Symtech.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="Symtech.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 Symtech.Plugin.BLE --version 2.1.3
#r "nuget: Symtech.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 Symtech.Plugin.BLE as a Cake Addin
#addin nuget:?package=Symtech.Plugin.BLE&version=2.1.3

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

This is a fork of the original Xamarin BLE plugin: https://github.com/xabre/xamarin-bluetooth-le
     It provides `ScanFilter` in the start scan function to support scanning in background.

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.
  • .NETStandard 2.0

    • No dependencies.
  • MonoAndroid 0.0

    • No dependencies.
  • Xamarin.iOS 1.0

    • No dependencies.
  • Xamarin.Mac 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.3 225 9/30/2021

[2.1.3]
     - Supporting background scanning with `ScanFilter` parameter
     [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 ouptut that caused NRE.
     [2.1.0]
     - Use IReadOnlyLists for Services/ Charactersitics/ 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-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
     [1.2.0]
     - #150 iOS: No disconnect when the connect CancelationToken is cancelled after a successful connect.

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