bluetooth_print
bluetooth_print copied to clipboard
Get connected devices
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?
close in favor of BluetoothDevice connected pros
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?
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