Back to project page simple-android-bt.
The source code is released under:
MIT License
If you think the Android project simple-android-bt listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package io.generalpurpose.sandbox; /** * Created by nathan on 4/5/14. */ public interface UpdateReceivedRunnable { void run(int count, byte[] data); }