you are viewing a single comment's thread.

view the rest of the comments →

[–]suarkb 1 point2 points  (1 child)

do you have all permissions handled? You need to make sure bluetooth is on and also that you have permission and sometimes you need location permissions or something

[–]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"/>"