• 大小: 329KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-16
  • 语言: Java
  • 标签: 蓝牙  聊天  bluetooth  

资源简介

该项目是个人研究的Android蓝牙聊天项目,搜索附近蓝牙设备功能,可以通过蓝牙通信聊天。通过该项目,可以学习到蓝牙通信协议,通过学习BluetoothSocket和BluetoothServerSocket,同时也可以熟练掌握Socket与ServerSocket的通信技术。是网上少有的如此详细的蓝牙技术Demo。

资源截图

代码片段和文件信息

package cn.com.lenew.bluetooth;

import android.app.Application;
import android.test.ApplicationTestCase;

/**
 * Testing Fundamentals
 */
public class ApplicationTest extends ApplicationTestCase {
    public ApplicationTest() {
        super(Application.class);
    }
}

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

    I.A....       105  2016-10-07 11:44  bluetooth\.gitignore

    I.A....         3  2016-10-07 11:44  bluetooth\.svn\entries

    I.A....         3  2016-10-07 11:44  bluetooth\.svn\format

    I.A....      1276  2016-10-07 11:44  bluetooth\.svn\pristine\0a\0a1b33a20bc8f0f397100ace44087def68b3c363.svn-base

    I.A....       663  2016-10-07 11:44  bluetooth\.svn\pristine\0c\0c168c1c7553eb359df5d4b3d408b8080c95aac8.svn-base

    I.A....       851  2016-10-07 11:44  bluetooth\.svn\pristine\1a\1a72af102f0125a021970cfea845ad2fba6f0c7d.svn-base

    I.A....       365  2016-10-07 11:44  bluetooth\.svn\pristine\1f\1f03b19c54b54246711eabf504cf1de2897e4340.svn-base

    I.A....      5927  2016-10-07 11:44  bluetooth\.svn\pristine\1f\1f6ef7ee2ad33d7e59e2ec957b8a3a68c0bea589.svn-base

    I.A....      1778  2016-10-07 11:44  bluetooth\.svn\pristine\22\22198ef81a4d185a6aad2180a9ba4e3e1db57bdb.svn-base

    I.A....      6358  2016-10-07 11:44  bluetooth\.svn\pristine\23\238519915104772c292d24d0c24323fff84bdbbb.svn-base

    I.A....         8  2016-10-07 11:44  bluetooth\.svn\pristine\40\4031ed2beaab11dd4e1620bc85788b1ea7523672.svn-base

    I.A....       392  2016-10-07 11:44  bluetooth\.svn\pristine\40\408e074318f7056c3b02924f03c1b2866dae2295.svn-base

    I.A....      7718  2016-10-07 11:44  bluetooth\.svn\pristine\41\41dc154e4ffff91ab2b070a4ce0ad15e50571bea.svn-base

    I.A....      1773  2016-10-07 11:44  bluetooth\.svn\pristine\42\424f90fbfc9585665f9413bd02afe1656e27ee89.svn-base

    I.A....     10486  2016-10-07 11:44  bluetooth\.svn\pristine\42\429cfcb7c161e5fd60c9f155a6436ba5c78f7af7.svn-base

    I.A....      3052  2016-10-07 11:44  bluetooth\.svn\pristine\48\484182cd45a03596b1a25903e2512268c4686c86.svn-base

    I.A....      2457  2016-10-07 11:44  bluetooth\.svn\pristine\58\58fc148fad90b76cd057bdb49024df17a6b403c9.svn-base

    I.A....      4971  2016-10-07 11:44  bluetooth\.svn\pristine\64\6409d6256df6b2f9e2142183b4c6408823a10f6a.svn-base

    I.A....      1228  2016-10-07 11:44  bluetooth\.svn\pristine\64\646d5db776cb59f632ec44483578e2621bb45b15.svn-base

    I.A....        16  2016-10-07 11:44  bluetooth\.svn\pristine\66\6634893432ef42220649b864515ebf4d36e941f0.svn-base

    I.A....       568  2016-10-07 11:44  bluetooth\.svn\pristine\72\72d8945a2d2dcf47ca0aa40e70317bef80fe8c0f.svn-base

    I.A....       872  2016-10-07 11:44  bluetooth\.svn\pristine\74\74f064b06a546ab09a7433a1ed69bc0faf79285a.svn-base

    I.A....     11409  2016-10-07 11:44  bluetooth\.svn\pristine\7a\7ae9bc4149ae4ed41f3458a7cf048225fcd33f3e.svn-base

    I.A....       329  2016-10-07 11:44  bluetooth\.svn\pristine\80\80c1541cef2c6eb53f09560bc7d749a7b9da9816.svn-base

    I.A....       521  2016-10-07 11:44  bluetooth\.svn\pristine\8a\8a668ab59adcdffa0b425df2b6cccbed83e0e4fe.svn-base

    I.A....     20304  2016-10-07 11:44  bluetooth\.svn\pristine\8e\8e506afd2c285cf8b11d43bc87fa3a18c9e8052a.svn-base

    I.A....       500  2016-10-07 11:44  bluetooth\.svn\pristine\9b\9b33d53688d148e7b763c90d6bfa54eb7af35858.svn-base

    I.A....      2797  2016-10-07 11:44  bluetooth\.svn\pristine\9f\9fc3d8095526e90d268549bbb99d9bf66a6a3067.svn-base

    I.A....      1234  2016-10-07 11:44  bluetooth\.svn\pristine\a0\a0c5ed93f5d2aa3a464c40a569f1f21c535177a6.svn-base

    I.A....      3418  2016-10-07 11:44  bluetooth\.svn\pristine\a7\a78f48fe9f9114f315dc79eff29452e93ffd709a.svn-base

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

评论

共有 条评论