Sign in Sign up
nuget

ble.net-android

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

nuget View on Nuget

Activity

Latest release
7y ago
Total releases
32
Cadence
~6 days
Last 12 months
0

Details

First release
Feb 09, 2016
Releases
Version Released
1.2.1 patch
1.2.0 minor
1.1.1 patch
1.1.0 minor
1.0.1 patch
1.0.0 major
1.0.0-beta0012 pre
1.0.0-beta0011 pre
1.0.0-beta0010 pre
1.0.0-beta0009 pre
1.0.0-beta0007 pre
0.12.14 patch
0.12.13 patch
0.12.12 patch
0.12.10 patch
0.12.9 patch
0.12.8 patch
0.12.7 patch
0.12.6 patch
0.12.5 patch
0.12.4 patch
0.12.2 patch
0.12.1 patch
0.12.0 minor
0.11.7 patch
0.11.3 minor
0.10.16 patch
0.10.15 patch
0.10.14 patch
0.10.13 patch
0.10.12 minor
0.1.0 initial