edufolly / flutter_bluetooth_serial

A basic Flutter Bluetooth Serial
MIT License
476 stars 455 forks source link

Is passkey required in this library as my serial bluetooth don't have passkey #208

Open zubair999 opened 11 months ago

zubair999 commented 11 months ago

I have bluetooth module c2541 which is sending string based data in Serial Bluetooth Terminal app in android and I don't need to pass any key in that app, I want to connect my bluetooth module and read string based data which bluetooth sends continously.

So how can I connect my bluetooth using this library and read data.