Bee Torika
Newbie
Hi
My app try to search bluetooth device around a android device,
But can not find anything.
surely, I put those code into AndroidManifest.xml
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
why my app can not find any devices?
The android device can find bluetooth devices if the device use 'setting' menu of default device bluetooth setting.
Thanks
My app try to search bluetooth device around a android device,
But can not find anything.
surely, I put those code into AndroidManifest.xml
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
why my app can not find any devices?
The android device can find bluetooth devices if the device use 'setting' menu of default device bluetooth setting.
Thanks