资源简介
能够实现扫描周围蓝牙设备,并显示在列表中用于选择连接;能够通讯及收发数据,并把数据更新到UI上。将BluetoothChatService类中的UUID替换即能实现蓝牙聊天
代码片段和文件信息
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.example.android.bluetoothchat.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean(“true“);
public static final String APPLICATION_ID = “com.example.android.bluetoothchat.test“;
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 = ““;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 520582 2017-09-21 11:24 手机蓝牙与设备通讯实例\Bluetooth-release.apk
文件 633 2015-08-20 23:09 手机蓝牙与设备通讯实例\BluetoothChat\.google\packaging.yaml
文件 33047 2017-09-21 11:24 手机蓝牙与设备通讯实例\BluetoothChat\.gradle\3.3\taskArtifacts\fileHashes.bin
文件 496916 2017-09-21 11:24 手机蓝牙与设备通讯实例\BluetoothChat\.gradle\3.3\taskArtifacts\fileSnapshots.bin
文件 147021 2017-09-21 11:24 手机蓝牙与设备通讯实例\BluetoothChat\.gradle\3.3\taskArtifacts\taskArtifacts.bin
文件 17 2017-09-21 11:24 手机蓝牙与设备通讯实例\BluetoothChat\.gradle\3.3\taskArtifacts\taskArtifacts.lock
文件 686 2017-09-03 16:43 手机蓝牙与设备通讯实例\BluetoothChat\.idea\compiler.xm
文件 76 2017-09-03 16:43 手机蓝牙与设备通讯实例\BluetoothChat\.idea\copyright\profiles_settings.xm
文件 634 2017-09-03 16:44 手机蓝牙与设备通讯实例\BluetoothChat\.idea\gradle.xm
文件 579 2017-09-03 16:44 手机蓝牙与设备通讯实例\BluetoothChat\.idea\libraries\cardview_v7_23_0_0.xm
文件 585 2017-09-03 16:44 手机蓝牙与设备通讯实例\BluetoothChat\.idea\libraries\gridlayout_v7_23_0_0.xm
文件 529 2017-09-03 16:44 手机蓝牙与设备通讯实例\BluetoothChat\.idea\libraries\support_annotations_23_0_0.xm
文件 722 2017-09-03 16:44 手机蓝牙与设备通讯实例\BluetoothChat\.idea\libraries\support_v4_23_0_0.xm
文件 1737 2017-09-21 10:16 手机蓝牙与设备通讯实例\BluetoothChat\.idea\misc.xm
文件 395 2017-09-03 16:44 手机蓝牙与设备通讯实例\BluetoothChat\.idea\modules.xm
文件 564 2017-09-03 16:44 手机蓝牙与设备通讯实例\BluetoothChat\.idea\runConfigurations.xm
文件 189748 2017-09-21 15:00 手机蓝牙与设备通讯实例\BluetoothChat\.idea\workspace.xm
文件 520582 2017-09-21 11:24 手机蓝牙与设备通讯实例\BluetoothChat\Application\Application-release.apk
文件 8436 2017-09-09 09:15 手机蓝牙与设备通讯实例\BluetoothChat\Application\Application.iml
文件 481 2017-09-21 11:20 手机蓝牙与设备通讯实例\BluetoothChat\Application\build\generated\source\buildConfig\androidTest\debug\com\example\android\bluetoothchat\test\BuildConfig.java
文件 473 2017-09-21 11:20 手机蓝牙与设备通讯实例\BluetoothChat\Application\build\generated\source\buildConfig\debug\com\example\android\bluetoothchat\BuildConfig.java
文件 452 2017-09-21 11:24 手机蓝牙与设备通讯实例\BluetoothChat\Application\build\generated\source\buildConfig\release\com\example\android\bluetoothchat\BuildConfig.java
文件 248 2017-09-21 11:20 手机蓝牙与设备通讯实例\BluetoothChat\Application\build\generated\source\r\debug\android\support\v4\R.java
文件 2814 2017-09-21 11:20 手机蓝牙与设备通讯实例\BluetoothChat\Application\build\generated\source\r\debug\android\support\v7\cardview\R.java
文件 4282 2017-09-21 11:20 手机蓝牙与设备通讯实例\BluetoothChat\Application\build\generated\source\r\debug\android\support\v7\gridlayout\R.java
文件 48222 2017-09-21 11:20 手机蓝牙与设备通讯实例\BluetoothChat\Application\build\generated\source\r\debug\com\example\android\bluetoothchat\R.java
文件 248 2017-09-21 11:24 手机蓝牙与设备通讯实例\BluetoothChat\Application\build\generated\source\r\release\android\support\v4\R.java
文件 2814 2017-09-21 11:24 手机蓝牙与设备通讯实例\BluetoothChat\Application\build\generated\source\r\release\android\support\v7\cardview\R.java
文件 4282 2017-09-21 11:24 手机蓝牙与设备通讯实例\BluetoothChat\Application\build\generated\source\r\release\android\support\v7\gridlayout\R.java
文件 48222 2017-09-21 11:24 手机蓝牙与设备通讯实例\BluetoothChat\Application\build\generated\source\r\release\com\example\android\bluetoothchat\R.java
............此处省略595个文件信息
评论
共有 条评论