diff --git a/docs/concepts/BluetoothAndroid.md b/docs/concepts/BluetoothAndroid.md index f7317d4..a00a0e1 100644 --- a/docs/concepts/BluetoothAndroid.md +++ b/docs/concepts/BluetoothAndroid.md @@ -1,3 +1,14 @@ # Creating a Bluetooth device in an Android app -TODO... +First ensure you have the necessary permissions in the AndroidManifest.xml file: + +```xml + + + +```xml + +Next see MainActivity.cs in the Android sample as a reference: + +https://github.com/dotMorten/NmeaParser/blob/master/src/SampleApp.Droid/MainActivity.cs +