amoLink / bluetooth_print_plus

a flutter plugin for bluetooth thermal printer support both Android and iOS
MIT License
6 stars 1 forks source link

No San Result Return #8

Open ThanHtikeAung opened 3 weeks ago

ThanHtikeAung commented 3 weeks ago

Environment - Samsung Galaxy Tab A (2016) with android version 7.0. Issue - Tried to search Bluetooth devices as shown in example code but no results return. But error message in debug console logs the list of Bluetooth devices.

E/BluetoothPrintPlusPlugin(14142): BlueToothName: xxxxx E/BluetoothPrintPlusPlugin(14142): MacAddress: xxxxxxx E/BluetoothPrintPlusPlugin(14142): rssi: -43

Thanks

amoLink commented 3 weeks ago

There's no such low version phone to test

ARIATheCarl commented 2 weeks ago

I use 1.5.2 version android can show device at list, but 2.0.2 version can't.

amoLink commented 2 weeks ago

The issue of locating permissions, I will take a look at how to optimize it when I have time