connectivity-samples
connectivity-samples copied to clipboard
Not able to connect with clients
Hi , i am Nearby Connections API, i have downloaded the demo form this url https://github.com/tutsplus/Android-NearbyMessages and i have 2 android devices which are connected with same WIFI , when i run the code on first android device as Host i got below in console * getStatus=Status{statusCode=SUCCESS, resolution=null} getStatusCode=0 getLocalEndpointName=Nearby Advertising*

*and when i run the same demo as Client in my second android device * i got below in console
*onConnected
getStatusMessage(18004): null
getStatusCode(18004): 0
.getStatus(18004): Status{statusCode=SUCCESS, resolution=null}
*

Please any one guide me why i am not able to connect ? and where i am doing wrong ?