资源简介
android_Bluetooth_ssp-BLE,一个可以选择spp或者BLE连接的数据交换app
代码片段和文件信息
package com.example.sunray.bluetooth;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test which will execute on an Android device.
*
* @see Testing documentation
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
@Test
public void useAppContext() throws Exception {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals(“com.example.sunray.bluetooth“ appContext.getPackageName());
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\
文件 760 2017-07-28 06:22 Bluetooth_ssp-BLE-master\.gitignore
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\.idea\
文件 686 2017-07-28 06:22 Bluetooth_ssp-BLE-master\.idea\compiler.xm
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\.idea\copyright\
文件 74 2017-07-28 06:22 Bluetooth_ssp-BLE-master\.idea\copyright\profiles_settings.xm
文件 2226 2017-07-28 06:22 Bluetooth_ssp-BLE-master\.idea\misc.xm
文件 355 2017-07-28 06:22 Bluetooth_ssp-BLE-master\.idea\modules.xm
文件 564 2017-07-28 06:22 Bluetooth_ssp-BLE-master\.idea\runConfigurations.xm
文件 180 2017-07-28 06:22 Bluetooth_ssp-BLE-master\.idea\vcs.xm
文件 11357 2017-07-28 06:22 Bluetooth_ssp-BLE-master\LICENSE
文件 257 2017-07-28 06:22 Bluetooth_ssp-BLE-master\README.md
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\
文件 7 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\.gitignore
文件 945 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\build.gradle
文件 926 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\proguard-rules.pro
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\androidTest\
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\androidTest\java\
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\androidTest\java\com\
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\androidTest\java\com\example\
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\androidTest\java\com\example\sunray\
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\androidTest\java\com\example\sunray\bluetooth\
文件 760 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\androidTest\java\com\example\sunray\bluetooth\ExampleInstrumentedTest.java
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\main\
文件 1723 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\main\AndroidManifest.xm
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\main\java\
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\main\java\com\
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\main\java\com\example\
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\main\java\com\example\sunray\
目录 0 2017-07-28 06:22 Bluetooth_ssp-BLE-master\app\src\main\java\com\example\sunray\bluetooth\
............此处省略57个文件信息
评论
共有 条评论