wifi Direct如何和手机通信

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

p2p :

void application_start( )

{

    wiced_init();

    besl_p2p_init ( &workspace, &device_details );

    besl_p2p_start( &workspace );

}

but I don't know how to  communication with Android mobile phone?

0 Likes
1 Solution
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

There is no specific API to communicate with Android Device.

You can refer this thread for getting more info to use Wifi Direct

p2p(WiFi Direct) in WICED-SDK-2.4.0

and you can read

Wi-Fi Peer-to-Peer | Android Developers  to write your android app.

View solution in original post

1 Reply
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

There is no specific API to communicate with Android Device.

You can refer this thread for getting more info to use Wifi Direct

p2p(WiFi Direct) in WICED-SDK-2.4.0

and you can read

Wi-Fi Peer-to-Peer | Android Developers  to write your android app.