資源簡介
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個文件信息
評論
共有 條評論