mazenrashed / Printooth

A well documented, high-level Android interface that makes printing via bluetooth printers easier
Mozilla Public License 2.0
400 stars 114 forks source link

Auto Reconnect #19

Closed jogiji closed 5 years ago

jogiji commented 5 years ago

Hi , can you add auto reconnect feature to this library ? Or can you point me into right direction so that i can write it ?

mazenrashed commented 5 years ago

the reconnect process is done by the os, but you can use Printooth.getPairedPrinter() to get the saved printer and reuse it.