• 大小: 63KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-31
  • 语言: Java
  • 标签: 通信  spp  android  api  

资源简介

Android的蓝牙编程例子,基于SPP协议与蓝牙串口设备通信,本文程序作为客户端使用。 这里提供实例代码和详细解析实现方法,对开发Android蓝牙开发的朋友提供简单示例,有需要的朋友可以参考下

资源截图

代码片段和文件信息

/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package com.testBlueTooth;

public final class R {
    public static final class attr {
    }
    public static final class drawable {
        public static final int icon=0x7f020000;
    }
    public static final class id {
        public static final int LinearLayout01=0x7f050000;
        public static final int LinearLayout02=0x7f050004;
        public static final int TextView01=0x7f050001;
        public static final int btnDis=0x7f050003;
        public static final int btnExit=0x7f050006;
        public static final int btnSearch=0x7f050005;
        public static final int lvDevices=0x7f050007;
        public static final int sfvWave=0x7f050008;
        public static final int tbtnSwitch=0x7f050002;
    }
    public static final class layout {
        public static final int main=0x7f030000;
        public static final int wavediagram=0x7f030001;
    }
    public static final class string {
        public static final int app_name=0x7f040001;
        public static final int hello=0x7f040000;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        280  2010-11-21 17:17  testBlueTooth\.classpath

     文件        849  2010-11-21 17:17  testBlueTooth\.project

     文件        824  2010-11-25 14:23  testBlueTooth\AndroidManifest.xml

     文件      12964  2010-11-26 10:08  testBlueTooth\bin\classes.dex

     文件       2955  2010-11-26 09:31  testBlueTooth\bin\com\testBlueTooth\ClsWaveDiagram$DrawThread.class

     文件       1398  2010-11-26 09:31  testBlueTooth\bin\com\testBlueTooth\ClsWaveDiagram.class

     文件        337  2010-11-25 14:23  testBlueTooth\bin\com\testBlueTooth\R$attr.class

     文件        397  2010-11-25 14:23  testBlueTooth\bin\com\testBlueTooth\R$drawable.class

     文件        653  2010-11-25 14:23  testBlueTooth\bin\com\testBlueTooth\R$id.class

     文件        426  2010-11-25 14:23  testBlueTooth\bin\com\testBlueTooth\R$layout.class

     文件        424  2010-11-25 14:23  testBlueTooth\bin\com\testBlueTooth\R$string.class

     文件        524  2010-11-25 14:23  testBlueTooth\bin\com\testBlueTooth\R.class

     文件       2492  2010-11-26 10:08  testBlueTooth\bin\com\testBlueTooth\testBlueTooth$1.class

     文件       2597  2010-11-26 10:08  testBlueTooth\bin\com\testBlueTooth\testBlueTooth$ClickEvent.class

     文件       2829  2010-11-26 10:08  testBlueTooth\bin\com\testBlueTooth\testBlueTooth$ItemClickEvent.class

     文件       3582  2010-11-26 10:08  testBlueTooth\bin\com\testBlueTooth\testBlueTooth.class

     文件        989  2010-11-26 09:34  testBlueTooth\bin\com\testBlueTooth\WaveDiagram$TouchEvent.class

     文件       2179  2010-11-26 09:34  testBlueTooth\bin\com\testBlueTooth\WaveDiagram.class

     文件      11951  2010-11-25 14:23  testBlueTooth\bin\resources.ap_

     文件      20351  2010-11-26 10:08  testBlueTooth\bin\testBlueTooth.apk

     文件        364  2010-11-24 09:25  testBlueTooth\default.properties

     文件       1239  2010-11-25 14:23  testBlueTooth\gen\com\testBlueTooth\R.java

     文件       4147  2010-11-21 17:17  testBlueTooth\res\drawable-hdpi\icon.png

     文件       1723  2010-11-21 17:17  testBlueTooth\res\drawable-ldpi\icon.png

     文件       2574  2010-11-21 17:17  testBlueTooth\res\drawable-mdpi\icon.png

     文件       1407  2010-11-25 11:17  testBlueTooth\res\layout\main.xml

     文件        368  2010-11-25 14:17  testBlueTooth\res\layout\wavediagram.xml

     文件        177  2010-11-21 17:17  testBlueTooth\res\values\strings.xml

     文件       3496  2010-11-26 09:31  testBlueTooth\src\com\testBlueTooth\ClsWaveDiagram.java

     文件       5552  2010-11-26 10:08  testBlueTooth\src\com\testBlueTooth\testBlueTooth.java

............此处省略21个文件信息

评论

共有 条评论