I am creating an app that requires an android WifiDirect / WifiP2p connection to a Fire TV stick. When I attempt to start a connection my onSuccess() method returns True but the connection status is only "available" or "invited" and not "connected". I am aware that the FireTV creates a p2p group to connect to the controller, is there any way I can join that group from within my app? if not, is how do I accept the p2p connection on the TV?
I am using this android platform which should be supported FireOS 5 according to other posts on this forum and the android dev forums.