Acr.Ble 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Acr.Ble --version 1.0.0                
NuGet\Install-Package Acr.Ble -Version 1.0.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="Acr.Ble" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Acr.Ble --version 1.0.0                
#r "nuget: Acr.Ble, 1.0.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.
// Install Acr.Ble as a Cake Addin
#addin nuget:?package=Acr.Ble&version=1.0.0

// Install Acr.Ble as a Cake Tool
#tool nuget:?package=Acr.Ble&version=1.0.0                

Cross Platform Reactive Bluetooth LE Plugin for Xamarin and Windows

Supported Platforms
Android 4.3+
iOS 6+
tvOS (testing)
Windows UWP (Coming Soon)
Mac (Coming Soon)

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Xamarin.TVOS xamarintvos10 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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 3,710 3/3/2017 2.0.0 is deprecated.
2.0.0-beta4 940 2/17/2017
2.0.0-beta3 888 2/7/2017
2.0.0-beta2 907 1/31/2017
2.0.0-beta1 908 1/13/2017
1.3.1 1,546 12/21/2016
1.3.0 1,170 12/21/2016
1.2.0 1,209 12/15/2016
1.1.0 1,571 12/7/2016
1.0.8 1,168 11/25/2016
1.0.7 1,128 11/25/2016
1.0.6 1,137 11/19/2016
1.0.5 1,154 11/12/2016
1.0.4 1,209 11/2/2016
1.0.3 1,133 10/24/2016
1.0.2 1,156 10/20/2016
1.0.1 1,127 10/16/2016
1.0.0 4,502 10/14/2016
0.9.9 1,147 10/13/2016
0.9.8 1,157 9/24/2016
0.9.7 1,410 9/21/2016
0.9.6 1,390 9/20/2016
0.9.5 1,281 9/15/2016
0.9.4 1,113 9/15/2016
0.9.3 1,212 9/14/2016
0.9.2 1,164 9/13/2016
0.9.1 1,157 9/12/2016
0.9.0 1,092 9/8/2016

1.0.0
[fix][droid] WhenStatusChanged firing on subscription and replays properly
[fix][droid] properly parsing 16 and 32bit UUIDs in advertisement packet

0.9.9
[breaking] WhenActionOccurs renamed to CreateLogger
[fix] ensure WhenScanStatusChanged() broadcasts its current state on registration
Logging now returns actual packet received where applicable


0.9.8
adding tvOS libraries to package (NOT TESTED)
[fix] createconnection properly persists connection now
[fix] more logging and discovery issues
[fix][droid] device.readrssi was not working
[droid] device.whenstatuschanged will now broadcast Connecting/Disconnecting
[droid] advertisement packet now gets all service UUIDs parsed

0.9.7
[fix] Error notifications on read/writes
[fix] Make sure to replay last status for connectable observables
[fix] Service discovery on iOS and Android was not registering subsequent subscriptions properly
[fix][droid] Read/Write callbacks now passing values back properly
[breaking] PersistentConnection is now CreateConnection with improvements to status reporting

0.9.6
Vastly improved logging
Improvements to observable allocations
Improvements in service discovery

0.9.5
[breaking] Change extension method names

0.9.4
[breaking] Characteristic method WhenNotificationOccurs() is now called WhenNotificationReceived().  It also no longer subscribes to notifications.  Use new method SubscribeToNotifications().  WhenNotificationReceived() is for logging purposes

0.9.3
Add heartrate plugin (extension method)
Add super logging plugin (extension method)
Characteristics and Descriptors now have WhenRead/WhenWritten events to monitor calls externally

0.9.2
ScanListen for working with scan results from a background or decoupled component

0.9.1
BackgroundScan added and ScanFilter removed
Multiple entry points can now hook up to scan, but only one will run (connectable refcount observable)

0.9.0
Initial Public Release