K kuosda Active Member Licensed User Longtime User Dec 9, 2015 #1 Hello buddy Connection number in Admin_DeviceFound events more than Equipment There are other ways to solve it? Attachments foundBluetooth1.jpg 260.8 KB · Views: 119 foundBluetooth2.jpg 134.6 KB · Views: 107
Hello buddy Connection number in Admin_DeviceFound events more than Equipment There are other ways to solve it?
Erel B4X founder Staff member Licensed User Longtime User Dec 9, 2015 #2 It looks like a bug in this VM. Try to test it with a real device. Upvote 0
K kuosda Active Member Licensed User Longtime User Dec 9, 2015 #3 I was using the real device testing thanks! Upvote 0
K kuosda Active Member Licensed User Longtime User Dec 9, 2015 #4 AddReceiverText(starter, <intent-filter> <action android:name="android.bluetooth.device.action.FOUND" /> </intent-filter>) ...... You can have a complete paradigm Upvote 0
AddReceiverText(starter, <intent-filter> <action android:name="android.bluetooth.device.action.FOUND" /> </intent-filter>) ...... You can have a complete paradigm
Erel B4X founder Staff member Licensed User Longtime User Dec 9, 2015 #5 You don't need to add it yourself. BluetoothAdmin creates such an intent filter internally. Upvote 0