91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

nRF-Toolbox是Nordic提供的用于檢查和調試藍牙設備特別是低功耗藍牙的工具,雖說是nordic的,但實際這是一個同樣程序,任何其他藍牙4.0以上的設備都可以連接。這個工具可以讓開發者看到設備的廣播信息以及一對服務信息,包括uuid值等,同時還可以通過這個工具往設備傳送數據。但是一個字節一個字節發數據顯然太慢了,所以這個源代碼可以讓你在原有程序的基礎上進行改動,以便適合你自己的數據傳輸

資源截圖

代碼片段和文件信息

/*
?*?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??2017-03-17?13:48??Android-nRF-Toolbox-master\
?????文件??????????61??2017-03-17?13:48??Android-nRF-Toolbox-master\.gitignore
?????文件????????1490??2017-03-17?13:48??Android-nRF-Toolbox-master\LICENSE
?????文件???????14683??2017-03-17?13:48??Android-nRF-Toolbox-master\README.md
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\
?????文件??????????13??2017-03-17?13:48??Android-nRF-Toolbox-master\app\.gitignore
?????文件????????2051??2017-03-17?13:48??Android-nRF-Toolbox-master\app\build.gradle
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\libs\
?????文件??????120675??2017-03-17?13:48??Android-nRF-Toolbox-master\app\libs\achartengine-1.1.0.jar
?????文件?????????670??2017-03-17?13:48??Android-nRF-Toolbox-master\app\proguard-rules.pro
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\androidTest\
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\androidTest\java\
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\androidTest\java\no\
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\androidTest\java\no\nordicsemi\
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\androidTest\java\no\nordicsemi\android\
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\androidTest\java\no\nordicsemi\android\nrftoolbox\
?????文件????????1902??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\androidTest\java\no\nordicsemi\android\nrftoolbox\ApplicationTest.java
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\
?????文件???????11009??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\AndroidManifest.xml
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\assets\
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\assets\fonts\
?????文件??????136172??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\assets\fonts\trebuc.ttf
?????文件??????126376??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\assets\fonts\trebucbd.ttf
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\java\
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\java\no\
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\java\no\nordicsemi\
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\java\no\nordicsemi\android\
?????目錄???????????0??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\java\no\nordicsemi\android\nrftoolbox\
?????文件????????3345??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\java\no\nordicsemi\android\nrftoolbox\AppHelpFragment.java
?????文件????????9123??2017-03-17?13:48??Android-nRF-Toolbox-master\app\src\main\java\no\nordicsemi\android\nrftoolbox\FeaturesActivity.java
............此處省略653個文件信息

評論

共有 條評論

相關資源