ble.net-android
1.2.1
dotnet add package ble.net-android --version 1.2.1
NuGet\Install-Package ble.net-android -Version 1.2.1
<PackageReference Include="ble.net-android" Version="1.2.1" />
<PackageVersion Include="ble.net-android" Version="1.2.1" />
<PackageReference Include="ble.net-android" />
paket add ble.net-android --version 1.2.1
#r "nuget: ble.net-android, 1.2.1"
#:package ble.net-android@1.2.1
#addin nuget:?package=ble.net-android&version=1.2.1
#tool nuget:?package=ble.net-android&version=1.2.1
Android (API 18+) implementation of BLE.net cross-platform Bluetooth Low Energy library. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API.
To get started, add these normal permissions to your app:
[assembly: UsesPermission( Manifest.Permission.Bluetooth )]
[assembly: UsesPermission( Manifest.Permission.BluetoothAdmin )]
Then in your main Activity OnCreated(), initialize and obtain the adapter. Retain this adapter reference for the lifetime of your app:
BluetoothLowEnergyAdapter.Init( this );
var ble = BluetoothLowEnergyAdapter.ObtainDefaultAdapter( this );
Complete readme & sample application:
https://github.com/nexussays/ble.net/blob/master/Readme.md
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| MonoAndroid | monoandroid44 is compatible. monoandroid50 is compatible. |
-
MonoAndroid 4.4
- ble.net (>= 1.2.1)
- nexus.core (>= 0.34.0)
-
MonoAndroid 5.0
- ble.net (>= 1.2.1)
- nexus.core (>= 0.34.0)
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 |
|---|---|---|
| 1.2.1 | 30,393 | 10/9/2018 |
| 1.2.0 | 1,518 | 10/9/2018 |
| 1.1.1 | 3,066 | 7/2/2018 |
| 1.1.0 | 2,191 | 6/4/2018 |
| 1.0.1 | 2,420 | 2/26/2018 |
| 1.0.0 | 2,310 | 1/30/2018 |
| 1.0.0-beta0012 | 1,917 | 1/22/2018 |
| 1.0.0-beta0011 | 1,915 | 1/21/2018 |
| 1.0.0-beta0010 | 2,382 | 1/13/2018 |
| 1.0.0-beta0009 | 1,927 | 1/7/2018 |
| 1.0.0-beta0007 | 1,778 | 11/17/2017 |
| 0.12.14 | 2,374 | 7/30/2017 |
| 0.12.13 | 1,828 | 7/26/2017 |
| 0.12.12 | 1,951 | 5/25/2017 |
| 0.12.10 | 1,957 | 5/19/2017 |
| 0.12.9 | 1,800 | 5/18/2017 |
| 0.12.8 | 1,830 | 5/9/2017 |
| 0.12.7 | 1,830 | 5/9/2017 |
| 0.12.6 | 1,829 | 5/9/2017 |
| 0.12.5 | 1,836 | 5/8/2017 |