On Tue, Oct 23, 2012 at 6:07 AM, A. Farhan <clausn...@gmail.com> wrote:

> Hello. I am new to this Android programming. Is it possible to display any
> custom data from other WiFi Direct peers other than client info?
>
> The scenario is like this:
>
> Client A & B uses WiFi Direct app with custom coding. The custom coding is
> an additional button to prompt for status text and stored it into a String
> variable. Let say client A sets his status msg "I am online!". So, client A
> and B start connecting to each other. And my question is, "Is it possible
> Client B to get the client A status message to be displayed in Client B
> WiFi Direct app?"
>

Yes, look through WifiP2pManager discoverServices() and the related API
with callbacks for service advertising/discovery

>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to