资源简介

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.xml
     目录           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.xml
     文件         183  2015-12-04 12:35  Android-nRF-Toolbox-master\.idea\copyright\profiles_settings.xml
     文件         220  2015-12-04 12:35  Android-nRF-Toolbox-master\.idea\encodings.xml
     文件         710  2015-12-04 12:35  Android-nRF-Toolbox-master\.idea\gradle.xml
     文件        1648  2015-12-04 12:35  Android-nRF-Toolbox-master\.idea\misc.xml
     文件         567  2015-12-04 12:35  Android-nRF-Toolbox-master\.idea\modules.xml
     文件         564  2015-12-04 12:35  Android-nRF-Toolbox-master\.idea\runConfigurations.xml
     目录           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.xml
     文件         180  2015-12-04 12:35  Android-nRF-Toolbox-master\.idea\vcs.xml
     文件        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个文件信息

评论

共有 条评论