E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
BluetoothSocket
蓝牙技术——数据传输
\接口功能描述BluetoothAdapter(1)本地的蓝牙适配器设备BluetoothDevice (2)代表一个远程的蓝牙设备BluetoothServerSocket (3)监听蓝牙服务的端口
BluetoothSocket
caizhigui
·
2015-12-10 15:00
android
通信
uuid
蓝牙
BluetoothSocket
详解
BluetoothSocket
简介 1.
·
2015-11-11 19:43
BlueTooth
android 中文 api (72) ——
BluetoothSocket
[蓝牙]
前言 本章内容是 android.bluetooth.
BluetoothSocket
,为Android蓝牙部分的章节翻译。
·
2015-11-08 14:37
BlueTooth
Android蓝牙API之
BluetoothSocket
类
前面两篇文章中我们提到了有关Android平台蓝牙的配对、发现、启用等操作,本文开始通过
BluetoothSocket
类建立有关蓝牙通讯的套接字。
·
2015-10-31 10:14
BlueTooth
android开发笔记蓝牙
相关类: 1.BluetoothAdapter 顾名思义,蓝牙适配器,直到我们建立
bluetoothSocket
joker_zhou
·
2015-10-16 10:00
Android 蓝牙通信
通讯那块用了特殊的
BluetoothSocket
。思路跟一般socket通讯一样。必须有服务端和客户端。
chaoyue0071
·
2015-02-05 10:00
android
聊天
蓝牙
通讯
Android Bluetooth
(1)以server方式连接(2)以client方式连接 6.管理连接 7.使用配置文件 关键类 (1)BluetoothAdapter(2)BluetoothDevice (3)
BluetoothSocket
huanfengyun
·
2014-12-11 13:00
android
BlueTooth
bluetoothdevice
BluetoothSocket
android_蓝牙
权限BluetoothAdapter 顾名思义,蓝牙适配器,直到我们建立
bluetoothSocket
连接之前,都要不断操作它 BluetoothAdapter里的方法很多,常用的有以下几个:
huben99
·
2014-11-17 16:00
Android 平台上蓝牙开发的关于 UUID 设置的注意事项
由于Android蓝牙的通信都需要用到UUID,如果由手机发起搜索,当搜索到电脑的蓝牙时,能够得到蓝牙的地址(address),但通信时需要得到
BluetoothSocket
,而
BluetoothSocket
Buaaroid
·
2014-09-18 14:00
蓝牙
android应用
android开发笔记蓝牙
相关类: 1.BluetoothAdapter 顾名思义,蓝牙适配器,直到我们建立
bluetoothSocket
连接之前,都要不断操作它 BluetoothAdapter里的方法很多
joker_zhou
·
2014-07-17 16:00
Android 蓝牙通信
BluetoothSocket
tmp = null;
wonengxing
·
2014-05-16 09:00
android之蓝牙开发
做蓝牙开发之前需要了解必备几个类和接收的广播actionBluetoothAddapter类BluetoothDevice类
BluetoothSocket
类BluetoothDevice.ACTION_FOUND
Zac119
·
2013-11-10 14:54
android
Google
蓝牙设备
android之蓝牙开发
做蓝牙开发之前需要了解必备几个类和接收的广播actionBluetoothAddapter类BluetoothDevice类
BluetoothSocket
类BluetoothDevice.ACTION_FOUND
Zac119
·
2013-11-10 14:54
Google
android
蓝牙设备
android
Android的联通性---Bluetooth(六)
管理连接当你成功的连接了两个(或更多)设备时,每一个设备都有一个被连接的
BluetoothSocket
对象。这是良好的开始,因为你能够在设备之间共享数据。
ggGavin
·
2013-11-08 20:00
Android的联通性---Bluetooth(五)
服务套接字的用途是监听输入的连接请求,并且在一个连接请求被接收时,提供一个
BluetoothSocket
连接对象。
ggGavin
·
2013-11-08 20:00
BluetoothSocket
详解
一.
BluetoothSocket
简介1.简介客户端与服务端:
BluetoothSocket
和BluetoothServerSocket类似于Java中的套接字的Socket和ServerSocket
han1202012
·
2013-11-05 00:00
java
android
socket
蓝牙
安卓程序代写 网上程序代写[原]
BluetoothSocket
详解
BluetoothSocket
简介 1.
·
2013-11-05 00:00
BlueTooth
android bluetooth开发基础-9管理连接
[+] 当你成功地连接了两台(或多台)设备时,每个设备都有一个已连接的
BluetoothSocket
。这时你可以在设备之间共享数据,乐趣才刚开始。使用Bluetooth
wangjia55
·
2013-10-29 15:00
Google
Android应用开发
android bluetooth开发基础-6连接设备
当服务器端和客户端在同一个RFCOMM信道上都有一个
BluetoothSocket
时,就可以认为它们之间建立了一个连接。在这个时刻,每个设备能获得一个输出流和一个输入流,也能够开始数据传输。
wangjia55
·
2013-10-29 15:00
Android 蓝牙开发(整理大全)
(一):由于Android蓝牙的通信都需要用到UUID,如果由手机发起搜索,当搜索到电脑的蓝牙时,能够得到蓝牙的地址(address),但通信时需要得到
BluetoothSocket
,而
BluetoothSocket
DJY1992
·
2013-08-21 14:00
android
android
android
蓝牙
蓝牙通信
android蓝牙通信
蓝牙开发整理大全
Android开发之蓝牙Socket
蓝牙Socket编程 实现蓝牙Socket服务器 蓝牙Server端就是通过线程来注册一个具有名称和唯一识别的UUID号的BluetoothServerSocket, 然后就一直监听Client端(
BluetoothSocket
·
2013-07-12 20:00
Android开发
android蓝牙操作学习
4.
BluetoothSocket
:配对蓝牙设备客户端 。 学习参考: http://www.cnblogs.com/cxcco/
ahua186186
·
2013-06-11 13:00
android
Android的联通性---Bluetooth(六)
管理连接当你成功的连接了两个(或更多)设备时,每一个设备都有一个被连接的
BluetoothSocket
对象。这是良好的开始,因为你能够在设备之间共享数据。
FireOfStar
·
2012-11-08 20:00
Android的联通性---Bluetooth(五)
服务套接字的用途是监听输入的连接请求,并且在一个连接请求被接收时,提供一个
BluetoothSocket
连接对象。
FireOfStar
·
2012-11-06 20:00
续蓝牙自动配对,添加蓝牙文件传输功能
details/7992828(蓝牙自动配对)跟着以上功能,添加蓝牙传输文件功能:蓝牙传输功能跟一般的socket传输大同小异,用到了API中提供的BluetoothServerSocket(服务器端监听)和
BluetoothSocket
huangrangg12
·
2012-09-27 11:00
socket
api
服务器
buffer
android 蓝牙学习笔记
MAC地址实例化一个蓝牙设备建立一个 BluetoothServerSocket BluetoothDevice: 远端的蓝牙设备,使用它请求远端蓝牙设备连接或是取得远端蓝牙设备的一些属性(其信息封装在
bluetoothsocket
yuezhenhua
·
2012-09-07 09:00
android
android 蓝牙学习笔记
MAC地址实例化一个蓝牙设备建立一个 BluetoothServerSocket BluetoothDevice: 远端的蓝牙设备,使用它请求远端蓝牙设备连接或是取得远端蓝牙设备的一些属性(其信息封装在
bluetoothsocket
岳振华
·
2012-09-07 09:00
android
android开发笔记蓝牙
相关类: 1.BluetoothAdapter 顾名思义,蓝牙适配器,直到我们建立
bluetoothSocket
连接之前,都要不断操作它 BluetoothAdapter里的方法很多
joker_zhou
·
2012-07-20 20:00
Android 蓝牙 java.io.IOException: Connection refused 异常处理笔记
RfcommSocket连接时,在pad上会出现一个java.io.IOException:Connectionrefused的异常,纠结好久一直没有解决,连接代码如下:上面的方法在手机版本上正常运行,但是在pad上运行到
bluetoothSocket
.connect
mmdev
·
2012-06-08 15:00
Connection
Android 蓝牙 java.io.IOException: Connection refused 异常处理笔记
连接时,在pad上会出现一个 java.io.IOException:Connectionrefused 的异常,纠结好久一直没有解决,连接代码如下:上面的方法在手机版本上正常运行,但是在pad上运行到
bluetoothSocket
.connect
zshq280017423
·
2012-06-08 15:00
android
手机
[置顶] Android 平台上蓝牙开发的关于 UUID 设置的注意事项
由于android蓝牙的通信都需要用到UUID,如果由手机发起搜索,当搜索到电脑的蓝牙时,能够得到蓝牙的地址(address),但通信时需要得到
BluetoothSocket
,而
BluetoothSocket
leonzhouwei
·
2012-05-24 18:00
android
api
手机
encryption
immutable
平台
Android蓝牙API之BluetoothAdapter类(2)
Android2.0开始提供最全面的蓝牙开发接口,APILevel为5的系统才能调用,目前AndroidBluetoothAPI包含了主要以下几类:BluetoothAdapterBluetoothDevice、
BluetoothSocket
wen742538485
·
2012-03-21 15:00
android
android 蓝牙开发 蓝牙
bluetoothsocket
connect 经常出错 解决方法
通常我们创建
bluetoothsocket
时使用 mySocket=myDevice.createRfcommSocketToServiceRecord(SPP_UUID);来创建,其实这个创建过程是有错误的
jilong17
·
2011-10-31 20:00
android
Class
Android 蓝牙编程学习一基本操作
那么我的手机的蓝牙就用它来代表也就是主机2.BluetoothDevice:代表了一个远程的Bluetooth;也就是从机;3.BluetoothServerSocket:这个类就好比java中的serversocket 4.
BluetoothSocket
caryee89
·
2011-10-15 18:00
java
编程
android
String
filter
action
bt开发类
所有关于蓝牙开发的类都在android.bluetooth包下,,只有8个类 而我们需要用到了就只有几个而已: 1.BluetoothAdapter 顾名思义,蓝牙适配器,直到我们建立
bluetoothSocket
luojianbing1
·
2011-09-15 07:00
android
socket
服务器
filter
action
BT
android蓝牙开发——二
当服务器端和客户端在同一个RFCOMM信道上都有一个
BluetoothSocket
时,就可以认为它们之间建立了一个连接。在这个时刻,每个设备能获得一个输出流和一个输入流,也能够开始数据传输。
luojianbing1
·
2011-09-14 22:00
thread
android
socket
server
服务器
byte
Android蓝牙应用开发
Android所有关于蓝牙开发的类都在android.bluetooth包下,如下图,只有8个类 而我们需要用到了就只有几个而已:1.BluetoothAdapter顾名思义,蓝牙适配器,直到我们建立
bluetoothSocket
luojianbing1
·
2011-09-14 22:00
android
String
socket
filter
服务器
action
android有关bluetooth常用api简介
Android所有关于蓝牙开发的类都在android.bluetooth包下,只有8个类,而我们需要用到了就只有几个而已:1.BluetoothAdapter蓝牙适配器,直到我们建立
bluetoothSocket
xingfuyusheng
·
2011-09-03 15:00
android
api
String
filter
服务器
action
android中基于蓝牙(Bluetooth)技术的开发
蓝牙的通信分为服务器端和客户端,分别使用
BluetoothSocket
类的不同方法来获取数据,作为服务器端,通过BluetoothServerSocket类来处理客户端发来的信息,服务器端套接字在接受(
xingfuyusheng
·
2011-09-03 11:00
android
网络
IO
服务器
android 中文 api (72) ――
BluetoothSocket
[蓝牙]
前言本章内容是android.bluetooth.
BluetoothSocket
,为Android蓝牙部分的章节翻译。
over140
·
2010-12-22 08:00
android
移动开发
BlueTooth
休闲
BluetoothSocket
蓝牙通讯2
private class ConnectThread extends Thread { private final
BluetoothSocket
mmSocket; private
vyphn
·
2010-07-20 10:00
thread
socket
Android蓝牙API之
BluetoothSocket
类(2)
通过前几次的讲解,很多网友相信对Android蓝牙相关开发可以很好的掌握了,通过BluetoothServerSocket可以方便的创建一个蓝牙服务器,使用
BluetoothSocket
类可以很好的处理连接
javayestome
·
2010-03-30 14:00
thread
android
UI
工作
socket
Android蓝牙API之
BluetoothSocket
类(1)
前面两篇文章中我们提到了有关Android平台蓝牙的配对、发现、启用等操作,本文开始通过
BluetoothSocket
类建立有关蓝牙通讯的套接字。
javayestome
·
2010-03-30 14:00
thread
虚拟机
android
socket
Android蓝牙API之
BluetoothSocket
类(2)
阅读更多通过前几次的讲解,很多网友相信对Android蓝牙相关开发可以很好的掌握了,通过BluetoothServerSocket可以方便的创建一个蓝牙服务器,使用
BluetoothSocket
类可以很好的处理连接
javayestome
·
2010-03-30 14:00
Android
Socket
UI
thread
工作
Android蓝牙API之
BluetoothSocket
类(2)
通过前几次的讲解,很多网友相信对Android蓝牙相关开发可以很好的掌握了,通过BluetoothServerSocket可以方便的创建一个蓝牙服务器,使用
BluetoothSocket
类可以很好的处理连接
wangjun_pfc
·
2010-03-30 14:00
Android蓝牙API之
BluetoothSocket
类(1)
前面两篇文章中我们提到了有关Android平台蓝牙的配对、发现、启用等操作,本文开始通过
BluetoothSocket
类建立有关蓝牙通讯的套接字。
wangjun_pfc
·
2010-03-30 14:00
android
api
socket
服务器
null
通讯
Android蓝牙API之BluetoothAdapter类(2)
Android2.0开始提供最全面的蓝牙开发接口,APILevel为5的系统才能调用,目前AndroidBluetoothAPI包含了主要以下几类:BluetoothAdapterBluetoothDevice、
BluetoothSocket
wangjun_pfc
·
2010-03-30 14:00
Android蓝牙API之BluetoothAdapter类(2)
Android2.0开始提供最全面的蓝牙开发接口,APILevel为5的系统才能调用,目前AndroidBluetoothAPI包含了主要以下几类:BluetoothAdapterBluetoothDevice、
BluetoothSocket
javayestome
·
2010-03-30 14:00
android
xml
活动
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他