Karthik M
Karthik M
It's simple as that. First scan the devices and add it in a List. Now create another list on filtering the existing list. Once you have list of filtered device...
I think you can have only the records of previously connected device only as name(String). And if you relaunch the app. The bluetooth screen will be initialized and also the...
await characteristic.write(value).then(() async{ await charcteristic.read(); })
You need to set forceWifiUsage(false) after communicating with IOT device.