• 大小: 5.27MB
    文件类型: .7z
    金币: 2
    下载: 1 次
    发布日期: 2023-11-01
  • 语言: Java
  • 标签: Bluetooth  

资源简介

通过蓝牙适配器,建立PC与Android端的通讯。PC端作为服务端,使用bluecove bit64包。android端作为客户端,使用BluetoothSocket。

资源截图

代码片段和文件信息

/**
 * Automatically generated file. DO NOT MODIFY
 */
package exp.com.bluetoothtest;

public final class BuildConfig {
  public static final boolean DEBUG = Boolean.parseBoolean(“true“);
  public static final String APPLICATION_ID = “exp.com.bluetoothtest“;
  public static final String BUILD_TYPE = “debug“;
  public static final String FLAVOR = ““;
  public static final int VERSION_CODE = 1;
  public static final String VERSION_NAME = “1.0“;
}

评论

共有 条评论