資源簡介
藍牙 開發中的常見問題的解決 適用于5.0 以上的各種Android 平臺,UUID的使用,藍牙的掃描。藍牙的打開,藍牙通信socket的建立與監聽

代碼片段和文件信息
package?com.androidlongs.commonbluetoothapplication;
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.androidlongs.commonbluetoothapplication“?appContext.getPackageName());
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\
?????文件?????????118??2017-06-27?03:17??AndroidBluetooth-master\.gitignore
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\.idea\
?????文件?????????686??2017-06-27?03:17??AndroidBluetooth-master\.idea\compiler.xm
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\.idea\copyright\
?????文件??????????74??2017-06-27?03:17??AndroidBluetooth-master\.idea\copyright\profiles_settings.xm
?????文件?????????159??2017-06-27?03:17??AndroidBluetooth-master\.idea\encodings.xm
?????文件?????????705??2017-06-27?03:17??AndroidBluetooth-master\.idea\gradle.xm
?????文件????????2644??2017-06-27?03:17??AndroidBluetooth-master\.idea\misc.xm
?????文件?????????389??2017-06-27?03:17??AndroidBluetooth-master\.idea\modules.xm
?????文件?????????564??2017-06-27?03:17??AndroidBluetooth-master\.idea\runConfigurations.xm
?????文件?????????180??2017-06-27?03:17??AndroidBluetooth-master\.idea\vcs.xm
?????文件???????23317??2017-06-27?03:17??AndroidBluetooth-master\README.md
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\app\
?????文件???????????7??2017-06-27?03:17??AndroidBluetooth-master\app\.gitignore
?????文件????????1767??2017-06-27?03:17??AndroidBluetooth-master\app\CMakeLists.txt
?????文件????????1569??2017-06-27?03:17??AndroidBluetooth-master\app\build.gradle
?????文件?????????670??2017-06-27?03:17??AndroidBluetooth-master\app\proguard-rules.pro
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\app\src\
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\app\src\androidTest\
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\app\src\androidTest\java\
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\app\src\androidTest\java\com\
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\app\src\androidTest\java\com\androidlongs\
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\app\src\androidTest\java\com\androidlongs\commonbluetoothapplication\
?????文件?????????790??2017-06-27?03:17??AndroidBluetooth-master\app\src\androidTest\java\com\androidlongs\commonbluetoothapplication\ExampleInstrumentedTest.java
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\app\src\main\
?????文件????????1479??2017-06-27?03:17??AndroidBluetooth-master\app\src\main\AndroidManifest.xm
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\app\src\main\cpp\
?????文件?????????272??2017-06-27?03:17??AndroidBluetooth-master\app\src\main\cpp\native-lib.cpp
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\app\src\main\java\
?????目錄???????????0??2017-06-27?03:17??AndroidBluetooth-master\app\src\main\java\com\
............此處省略60個文件信息
評論
共有 條評論