CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:bluetoothautopair

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-06-27
  • 文件大小:
    696kb
  • 已下载:
    1次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

android 移动开发手机蓝牙自动配对例子,该例子可用于指导开发蓝牙配对问题。-Automatic matching cell phone bluetooth android mobile development example, the example can be used to guide the development of bluetooth pairing problem.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

BluetoothChat/.classpath
BluetoothChat/.project
BluetoothChat/AndroidManifest.xml
BluetoothChat/bin/AndroidManifest.xml
BluetoothChat/bin/BluetoothChat.apk
BluetoothChat/bin/classes/com/ljj/bluetoothchat/BuildConfig.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/ClientActivity$1.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/ClientActivity$2.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/ClientActivity.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/MainActivity$ButtonClickListener.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/MainActivity.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/R$attr.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/R$dimen.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/R$drawable.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/R$id.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/R$layout.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/R$menu.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/R$string.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/R$style.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/R.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/ServerActivity$1.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/ServerActivity$2.class
BluetoothChat/bin/classes/com/ljj/bluetoothchat/ServerActivity.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/BluetoothClientConnThread.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/BluetoothClientService$1.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/BluetoothClientService$2.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/BluetoothClientService$3.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/BluetoothClientService.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/BluetoothCommunThread.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/BluetoothServerConnThread.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/BluetoothServerService$1.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/BluetoothServerService$2.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/BluetoothServerService.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/BluetoothTools.class
BluetoothChat/bin/classes/com/ljj/bluetoothUtil/TransmitBean.class
BluetoothChat/bin/classes.dex
BluetoothChat/bin/res/drawable-hdpi/ic_action_search.png
BluetoothChat/bin/res/drawable-hdpi/ic_launcher.png
BluetoothChat/bin/res/drawable-ldpi/ic_launcher.png
BluetoothChat/bin/res/drawable-mdpi/ic_action_search.png
BluetoothChat/bin/res/drawable-mdpi/ic_launcher.png
BluetoothChat/bin/res/drawable-xhdpi/ic_action_search.png
BluetoothChat/bin/res/drawable-xhdpi/ic_launcher.png
BluetoothChat/bin/resources.ap_
BluetoothChat/gen/com/ljj/bluetoothchat/BuildConfig.java
BluetoothChat/gen/com/ljj/bluetoothchat/R.java
BluetoothChat/ic_launcher-web.png
BluetoothChat/libs/android-support-v4.jar
BluetoothChat/proguard-project.txt
BluetoothChat/project.properties
BluetoothChat/res/drawable-hdpi/ic_action_search.png
BluetoothChat/res/drawable-hdpi/ic_launcher.png
BluetoothChat/res/drawable-ldpi/ic_launcher.png
BluetoothChat/res/drawable-mdpi/ic_action_search.png
BluetoothChat/res/drawable-mdpi/ic_launcher.png
BluetoothChat/res/drawable-xhdpi/ic_action_search.png
BluetoothChat/res/drawable-xhdpi/ic_launcher.png
BluetoothChat/res/layout/activity_main.xml
BluetoothChat/res/layout/client.xml
BluetoothChat/res/layout/server.xml
BluetoothChat/res/menu/activity_main.xml
BluetoothChat/res/values/dimens.xml
BluetoothChat/res/values/strings.xml
BluetoothChat/res/values/styles.xml
BluetoothChat/res/values-large/dimens.xml
BluetoothChat/res/values-v11/styles.xml
BluetoothChat/res/values-v14/styles.xml
BluetoothChat/src/com/ljj/bluetoothchat/ClientActivity.java
BluetoothChat/src/com/ljj/bluetoothchat/MainActivity.java
BluetoothChat/src/com/ljj/bluetoothchat/ServerActivity.java
BluetoothChat/src/com/ljj/bluetoothUtil/BluetoothClientConnThread.java
BluetoothChat/src/com/ljj/bluetoothUtil/BluetoothClientService.java
BluetoothChat/src/com/ljj/bluetoothUtil/BluetoothCommunThread.java
BluetoothChat/src/com/ljj/bluetoothUtil/BluetoothServerConnThread.java
BluetoothChat/src/com/ljj/bluetoothUtil/BluetoothServerService.java
BluetoothChat/src/com/ljj/bluetoothUtil/BluetoothTools.java
BluetoothChat/src/com/ljj/bluetoothUtil/TransmitBean.java
蓝牙聊天程序说明文件.txt
BluetoothChat/bin/classes/com/ljj/bluetoothchat
BluetoothChat/bin/classes/com/ljj/bluetoothUtil
BluetoothChat/bin/classes/com/ljj
BluetoothChat/gen/com/ljj/bluetoothchat
BluetoothChat/src/com/ljj/bluetoothchat
BluetoothChat/src/com/ljj/bluetoothUtil
BluetoothChat/bin/classes/com
BluetoothChat/bin/res/drawable-hdpi
BluetoothChat/bin/res/drawable-ldpi
BluetoothChat/bin/res/drawable-mdpi
BluetoothChat/bin/res/drawable-xhdpi
BluetoothChat/gen/com/ljj
BluetoothChat/src/com/ljj
BluetoothChat/bin/classes
BluetoothChat/bin/res
BluetoothChat/gen/com
BluetoothChat/res/drawable-hdpi
BluetoothChat/res/drawable-ldpi
BluetoothChat/res/drawable-mdpi
BluetoothChat/res/drawable-xhdpi
BluetoothChat/res/layout
BluetoothChat/res/menu
BluetoothChat/res/values
BluetoothChat

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com