Hi, i am attempting to add Google Nearby Connectio...
# coroutines
t
Hi, i am attempting to add Google Nearby Connections capability to my current android project. the issue i am facing is that although the initial connections work as expected i am having difficulty in implementing a repeatable process. This issue is caused by the status of the nearby connections becoming "out of step" with the information i have held in my applications classes. I believe a solution to this is issue is if i could transform the real time connection status of the nearby connection into a Kotlin (state) Flow and in that way i would have access to accurate connection details. i cannot see how to achieve this though. does anyone have some "pointers" on how i can Advertise, Discover and manage nearby connections using Kotlin Flows?