I am experimenting with Android\'s Wi-Fi Direct (or P2P if you prefer). I thought it was working very nicely between my two phones, but I realized I am encountering issues w
I had a really big problem with establishing connection between devices:
I guess the issue was the group owner negotiation (I've tried change groupOwnerIntent
param also to force who should be group owner, but it didn't helped).
So, what did I do?
I change flow to:
mManager.createGroup(...)
), so this device is always a group ownerinvited
state.