SoundwaveDemo
SoundwaveDemo copied to clipboard
Device does not recognize soundwave
When the following code is executed, the phone make soundwaves, but the device never sets the new wifi and onNext never executes
@Override public void onNext(UDPResult result) { Log.d("SOUNDWAVE", "onNext");
}
@Override public void onStopSend()
{
Log.d("SOUNDWAVE", "onStopSend");
}
@Override public void onError(Throwable throwable)
{
Log.d("SOUNDWAVE", "onError");
}
});