PreviousNext

How to detect nearby Bluetooth devices with .NET and Xamarin.Android

by jeremylindsay, 2018-12-19T11:30:13.128Z

I’m working on an Xamarin.Android app at the moment – for this app, I need to detect what Bluetooth devices are available to my Android phone (so the user can choose which one to pair with). For modern versions of Android, it’s not as simple as just using a BroadcastReceiver (although that is part of the solution). In this post I’ll write about the steps needed to successfully use the Bluetooth hardware on your Android phone with .NET.

Read More