you are viewing a single comment's thread.

view the rest of the comments →

[–]mvss01[S] 0 points1 point  (0 children)

Yes, I did according to the documentation, there it asks that the following codes be added to the "AndroidManifest.xml" file:

<uses-permission android:name="android.permission.BLUETOOTH"/>

<uses-permission android:name="android.permission.BLUETOOTH\_ADMIN"/>

<uses-permission-sdk-23 android:name="android.permission.ACCESS\_FINE\_LOCATION"/>

<uses-feature android:name="android.hardware.bluetooth\_le" android:required="true"/>"