top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Wifi Direct service discovery in android

0 votes
253 views

The WifiP2pManager discoverServices(channel, ActionListener) doesn't show a consistent behaviour and most of the time it fails with the NO_SERVICE_REQUESTS as a reason while I call the discoverServices() in the onSuccess() method of addServiceRequest(channel, ActionListener).

Am i missing something, here?

posted Jun 13, 2013 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+2 votes

I wanted to know if there is a way that make the group owner (group owner is the device who called this method wManager.createGroup() ) know the peers IPs to be able to send data to them over these IPs? and if there is no implemented way in WiFi-direct API to do this issue, can you tell me how I can solve this problem?

+1 vote

What is the use of WiFi HotSpot and what is the difference between WiFi HotSpot and WiFi Direct in device?

+1 vote

Using Wi-Fi direct, I've been able to connect two devices together and pass messages between them. However, when I try to have a third device connect to this group, the WFD connection between the first and second devices either drops, or the third device seems to be ignored.
I haven't been able to find anything specific about one-to-many connections in the documentation. Do they need to be handled in a special way?

+3 votes

I need to change the Wifi channel programmatically (Of course, I will enable the Wifi to function as Hotsopt first).
Is there any API/Driver in the source code that I can use?

...