You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue. I think the Android WifiP2p APIs changed quite a bit in the last 2 years. I had a prototype for this sort of stuff working in 2018 but now it doesn't anymore.
It's especially confusing to me how initiateDiscovery() is never called by the app code. The version on the play store is working, but I'm wondering if that's because it's linking against older android libs...
My code keeps going to onPeerConnectionFailure() calback.
Here it is -
` private WifiP2PServiceImpl wifiP2PService;
Here is my receiver app code -
` private WifiP2PServiceImpl wifiP2PService;
`
Can you help me with the reason behind it?
The text was updated successfully, but these errors were encountered: