I am successfully searching for bluetooth devices, listing them down & connect them.
I am using Flutter Blue Plus
Problems:
- Device gets automatically disconnected after some time.
- I tried to send a test FobID, after converting into a byteArray, to the bluetooth device but NO success & also the device gets disconnected.
I would appreciate any guidance on what I might be doing wrong, as I am using the default write function for this purpose.