Back to project page BLEMeshChat.
The source code is released under:
GNU General Public License
If you think the Android project BLEMeshChat 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 pro.dbro.ble.transport; /** * Created by davidbrodsky on 11/14/14. */ public interface ConnectionGovernor { public boolean shouldConnectToAddress(String address); }