Symtech.Plugin.BLE 2.1.3

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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 334 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