The Wayback Machine - https://web.archive.org/web/20200529051631/https://github.com/topics/bluetooth-le
Skip to content
#

bluetooth-le

Here are 189 public repositories matching this topic...

methompson
methompson commented Apr 11, 2020

I've been using the beta version of this plugin for a bit and I'm noticing a fair amount of divergence between the Readme in the readme-2x branch and the way the plugin actually works.

Is there a more up-to-date document? If not, @EddyVerbruggen do you have a problem with a PR with some updated the documentation based upon some of the things I've noticed?

Here are a few points I've noticed:

HeadBanging
HeadBanging commented Aug 5, 2019

The documentation says to use BluetoothLowEnergyAdapter.InitActivity( this ); in OnCreate but this initActivity doesn't exist. The example code is as follows:

  protected override void OnCreate( Bundle bundle )
  {
     TabLayoutResource = Resource.Layout.Tabbar;
     ToolbarResource = Resource.Layout.Toolbar;

     base.OnCreate( bundle );

     UserDialog

Improve this page

Add a description, image, and links to the bluetooth-le topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bluetooth-le topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.