Hi All:
I use the following code to initialize and start my ControlPoint(My current class has implements NotifyListener):
ControlPoint cp=new ControlPoint();
cp.addNotifyListener(this);
cp.start();
But after is started, when a new device joined in i have not received any notice.
could you please tell me how i can do?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All:
I use the following code to initialize and start my ControlPoint(My current class has implements NotifyListener):
ControlPoint cp=new ControlPoint();
cp.addNotifyListener(this);
cp.start();
But after is started, when a new device joined in i have not received any notice.
could you please tell me how i can do?
I was on the Android platform, and use the Android phones to debug