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; //ww w .j a va 2s . c om import android.bluetooth.BluetoothSocket; /** * Created by nathan on 4/3/14. */ public interface ManageSocketRunnable { void manageSocket(BluetoothSocket socket); }