資源簡介
Android與BLE 51822通信APP源碼,可以和Nordic官方的串口例程配合使用

代碼片段和文件信息
/*
?*?Copyright?(c)?2015?Nordic?Semiconductor
?*?All?rights?reserved.
?*
?*?Redistribution?and?use?in?source?and?binary?forms?with?or?without?modification?are?permitted?provided?that?the?following?conditions?are?met:
?*
?*?1.?Redistributions?of?source?code?must?retain?the?above?copyright?notice?this?list?of?conditions?and?the?following?disclaimer.
?*
?*?2.?Redistributions?in?binary?form?must?reproduce?the?above?copyright?notice?this?list?of?conditions?and?the?following?disclaimer?in?the
?*?documentation?and/or?other?materials?provided?with?the?distribution.
?*
?*?3.?Neither?the?name?of?the?copyright?holder?nor?the?names?of?its?contributors?may?be?used?to?endorse?or?promote?products?derived?from?this
?*?software?without?specific?prior?written?permission.
?*
?*?THIS?SOFTWARE?IS?PROVIDED?BY?THE?COPYRIGHT?HOLDERS?AND?CONTRIBUTORS?“AS?IS“?AND?ANY?EXPRESS?OR?IMPLIED?WARRANTIES?INCLUDING?BUT?NOT
?*?LIMITED?TO?THE?IMPLIED?WARRANTIES?OF?MERCHANTABILITY?AND?FITNESS?FOR?A?PARTICULAR?PURPOSE?ARE?DISCLAIMED.?IN?NO?EVENT?SHALL?THE?COPYRIGHT
?*?HOLDER?OR?CONTRIBUTORS?BE?LIABLE?FOR?ANY?DIRECT?INDIRECT?INCIDENTAL?SPECIAL?EXEMPLARY?OR?CONSEQUENTIAL?DAMAGES?(INCLUDING?BUT?NOT
?*?LIMITED?TO?PROCUREMENT?OF?SUBSTITUTE?GOODS?OR?SERVICES;?LOSS?OF?USE?DATA?OR?PROFITS;?OR?BUSINESS?INTERRUPTION)?HOWEVER?CAUSED?AND?ON
?*?ANY?THEORY?OF?LIABILITY?WHETHER?IN?CONTRACT?STRICT?LIABILITY?OR?TORT?(INCLUDING?NEGLIGENCE?OR?OTHERWISE)?ARISING?IN?ANY?WAY?OUT?OF?THE
?*?USE?OF?THIS?SOFTWARE?EVEN?IF?ADVISED?OF?THE?POSSIBILITY?OF?SUCH?DAMAGE.
?*/
package?no.nordicsemi.android.nrftoolbox;
import?android.app.Application;
import?android.test.ApplicationTestCase;
/**
?*?Testing?Fundamentals
?*/
public?class?ApplicationTest?extends?ApplicationTestCase?{
public?ApplicationTest()?{
super(Application.class);
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\
?????文件?????????112??2015-12-04?12:35??Android-nRF-Toolbox-master\.gitignore
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\
?????文件??????????10??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\.name
?????文件?????????711??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\compiler.xm
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\copyright\
?????文件????????1934??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\copyright\BSD.xm
?????文件?????????183??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\copyright\profiles_settings.xm
?????文件?????????220??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\encodings.xm
?????文件?????????710??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\gradle.xm
?????文件????????1648??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\misc.xm
?????文件?????????567??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\modules.xm
?????文件?????????564??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\runConfigurations.xm
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\scopes\
?????文件?????????139??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\scopes\scope_settings.xm
?????文件?????????180??2015-12-04?12:35??Android-nRF-Toolbox-master\.idea\vcs.xm
?????文件????????1490??2015-12-04?12:35??Android-nRF-Toolbox-master\LICENSE
?????文件???????10338??2015-12-04?12:35??Android-nRF-Toolbox-master\README.md
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\app\
?????文件???????????7??2015-12-04?12:35??Android-nRF-Toolbox-master\app\.gitignore
?????文件????????9503??2015-12-04?12:35??Android-nRF-Toolbox-master\app\app.iml
?????文件????????1530??2015-12-04?12:35??Android-nRF-Toolbox-master\app\build.gradle
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\app\libs\
?????文件??????120675??2015-12-04?12:35??Android-nRF-Toolbox-master\app\libs\achartengine-1.1.0.jar
?????文件?????????670??2015-12-04?12:35??Android-nRF-Toolbox-master\app\proguard-rules.pro
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\app\src\
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\app\src\androidTest\
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\app\src\androidTest\java\
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\app\src\androidTest\java\no\
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\app\src\androidTest\java\no\nordicsemi\
?????目錄???????????0??2015-12-04?12:35??Android-nRF-Toolbox-master\app\src\androidTest\java\no\nordicsemi\android\
............此處省略569個文件信息
評論
共有 條評論