Android Question found Bluetooth

kuosda

Active Member
Licensed User
Longtime User
Hello buddy
Connection number in Admin_DeviceFound events more than Equipment
There are other ways to solve it?
 

Attachments

  • foundBluetooth1.jpg
    foundBluetooth1.jpg
    260.8 KB · Views: 115
  • foundBluetooth2.jpg
    foundBluetooth2.jpg
    134.6 KB · Views: 102

kuosda

Active Member
Licensed User
Longtime User
AddReceiverText(starter,
<intent-filter>
<action android:name="android.bluetooth.device.action.FOUND" />
</intent-filter>)
......
You can have a complete paradigm
 
Upvote 0
Top