I'm on android studio, and I have implemented a bluetooth activity that works not totally fine. I mean, when I start discovery, the scan is able to find Tv , bbox... but it doesn't find any iphone or android bluetooth although that they are discoverable..
Does anyone already had this issue ? Does it need a special permission ?
here is the permissions already set
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
Thanks in advance :)