bluetooth_print icon indicating copy to clipboard operation
bluetooth_print copied to clipboard

Get connected devices

Open JasonHezz opened this issue 3 years ago • 3 comments

If phone is connecting a printer using other app or via phone bluetooth setting, we need show device is connected. I can't find a api, should be a feature request?

JasonHezz avatar Sep 15 '20 10:09 JasonHezz

close in favor of BluetoothDevice connected pros

JasonHezz avatar Sep 16 '20 07:09 JasonHezz

Reopen issue: In IOS, BluetoothDevice pro connected always null. Finally I find it. IOS doesn't implement isConnected ,isOn, isAvailable and state method. Return is constant. Is this intend?

JasonHezz avatar Sep 16 '20 07:09 JasonHezz

I cannot detect any device on my android phone or tablet even if I use the same code provided in the example. It does not return an error either. I have all permissions listed in the android package and the location and bluetooth turn on on the devices. The state of 'bluetoothPrint' from the example returns 12, which is not in the list of declared statuses. I would appreciate if someone can help me find where the problem is. thanks

msandwidi avatar Oct 06 '20 15:10 msandwidi