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
bluetoothdevice
#########
synchronizedvoidsendUuidIntent(Stringaddress){ ParcelUuid[]uuid=getUuidFromCache(address); Intentintent=newIntent(
BluetoothDevice
.ACTIO
uyiwfn
·
2014-04-14 13:00
Android-开启蓝牙
与蓝牙相关的API1.BluetoothAdapter该类的对象代表了本地的蓝牙适配器2.
BluetoothDevice
代表了一个远程的Bluetooth设备扫描已经配对的蓝牙设备:1.蓝牙操作必须运行在手机上
eric41050808
·
2013-11-11 18:00
android
BlueTooth
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
BluetoothDevice
详解
一.
BluetoothDevice
简介1.继承关系publicstaticClassBluetoothDeviceextendsObjectimplementParcelable该类实现了Parcelable
han1202012
·
2013-11-04 18:00
android
蓝牙
bluetoothdevice
安卓程序代写 网上程序代写[原]
BluetoothDevice
详解
BluetoothDevice
简介 1.
·
2013-11-04 18:00
BlueTooth
Android 中文API
前言本章内容是android.bluetooth.
BluetoothDevice
,为Android蓝牙部分的章节翻译。蓝牙设备类,代表了蓝牙通讯国足中的远端设备。
wangjia55
·
2013-10-27 17:00
通过反射调用Android的L2CAP接口
目前的Android蓝牙接口里,通过
BluetoothDevice
,我们只能调用到RFCOMM和SCO。更底层的L2CAP接口并没有显式的提供出来。
beijingshi1
·
2013-08-12 18:00
通过Intent传递对象
BluetoothDevice
device = data.getParcelableExtra(
BluetoothDevice
.EXTRA_DEVICE); 在蓝牙开发中,通过intent(data
·
2013-07-13 15:00
intent
android 蓝牙开发
packagetjj.bluetooth2; importandroid.app.Activity; importandroid.bluetooth.BluetoothAdapter; importandroid.bluetooth.
BluetoothDevice
wu_lai_314
·
2013-05-22 18:00
Android 蓝牙状态
BluetoothDevice
类的方法getBondState 获得的是匹配状态,不是连接状态。
wletv
·
2013-03-28 10:00
Android Bluetooth 学习(3)蓝牙设备之间自动配对
android2.3版本,4.0版本由于是随机获取pin值,没有研究过): 1、蓝牙设备之间自动配对,需要两个设备都安装进行配对的apk(网上好多自动配对的帖子都没有说明情况) 2、在自动匹配的时候想通过反射调用
BluetoothDevice
zhoulc
·
2013-03-21 12:00
android
bluetooth自动配对
实现蓝牙搜索功能
BluetoothActivitypackagezrsf.mis.client.activity; importandroid.app.Activity; importandroid.bluetooth.BluetoothAdapter; importandroid.bluetooth.
BluetoothDevice
androidCode
·
2013-01-26 11:00
实现蓝牙搜索功能
Android Framework architecture -- bluez(2)
成功后,要做的就是查找scan了,scan涉及到的东西,如下图: classbluetoothsetting是UI的入口,通过按buttonscan进入搜索状态,applicaton层调用
bluetoothdevice
lizzywu
·
2012-11-21 20:00
android 实现蓝牙自动配对连接
packagecom.imte.Broadcast;importcom.imte.utils.ClsUtils;importcom.itme.ActivityClass.R;importandroid.bluetooth.
BluetoothDevice
huangrangg12
·
2012-09-18 18:00
android 蓝牙学习笔记
蓝牙部分学习蓝牙之间的通信需要四部分: 1设置蓝牙设备
BluetoothDevice
类:本地蓝牙适配器,可以发现蓝牙设备,查询帮定的设备, 使用已知的MAC地址实例化一个蓝牙设备建立一个
retacn_yue
·
2012-09-07 09:00
android 蓝牙学习笔记
蓝牙部分学习 蓝牙之间的通信需要四部分: 1 设置蓝牙设备
BluetoothDevice
类:本地蓝牙适配器,可以发现蓝牙设备,查询帮定的设备, 使用已知的MAC地址实例化一个蓝牙设备建立一个 BluetoothServerSocket
yuezhenhua
·
2012-09-07 09:00
android
android 蓝牙学习笔记
蓝牙部分学习 蓝牙之间的通信需要四部分: 1 设置蓝牙设备
BluetoothDevice
类:本地蓝牙适配器,可以发现蓝牙设备,查询帮定的设备, 使用已知的MAC地址实例化一个蓝牙设备建立一个 BluetoothServerSocket
岳振华
·
2012-09-07 09:00
android
android 取消蓝牙配对框 实现自动配对
我看了几个文章,主要是接受配对广播,然后设置pin,实现配对,但是网上的大部分手机是不可以的,android.
bluetoothdevice
下action_pair_request,没有定义这个,开始困扰了我一点时间
jilong17
·
2012-08-31 12:00
exception
android
String
ListView
Class
button
Android开发之蓝牙(Bluetooth)操作(一)--扫描已经配对的蓝牙设备
与蓝牙相关的API 2.1 BluetoothAdapter: 代表了本地的蓝牙适配器 2.2
BluetoothDevice
代表了一个远程的Bl
Tony_Lee-S
·
2012-08-15 16:00
BlueTooth
Android开发之蓝牙(Bluetooth)操作(一)--扫描已经配对的蓝牙设备
与蓝牙相关的API2.1 BluetoothAdapter:代表了本地的蓝牙适配器2.2
BluetoothDevice
代表了一个远程的Bluetooth设备三.
t12x3456
·
2012-08-14 16:00
android
api
null
import
button
通讯
如何实现android蓝牙开发 自动配对连接,并不弹出提示框
在源码
BluetoothDevice
类中还有两个隐藏方法cancelBondProcess()和cancelPairingUse
补全
·
2012-06-19 19:00
android
蓝牙
BlueTooth
android蓝牙自动配对
如何编程的识别蓝牙是否已经连接了
IntentFilterfilter1=newIntentFilter(
BluetoothDevice
.ACTION_ACL_CONNECTED); IntentFilterfilter2=newIntentFilter
qjbagu
·
2012-05-18 15:00
编程
String
filter
action
Android学习笔记 - 蓝牙篇 (Bluetooth)
Bluetooth是目前使用的最广泛的无线通讯协议之一 主要针对短距离设备通讯(10米) 常用于连接耳机、鼠标和移动通讯设备等 2.发现周围蓝牙设备 BluetoothAdapter:代表了本地的蓝牙适配器
BluetoothDevice
dier4836
·
2012-03-13 23:00
android
null
iterator
Class
通讯
android bluetooth ----
BluetoothDevice
Android中文API(70)——
BluetoothDevice
编辑文档精品翻译文章 学分+10前言本章内容是Android.bluetooth.
BluetoothDevice
,为Android
duer8797
·
2012-03-12 13:00
android
object
String
活动
equals
action
蓝牙操作 Bluetooth
蓝牙操作 Bluetooth (目前使用的最广泛的无线通讯协议 10m ) BluetbtoothAdapter 该类的对象代表了本地的蓝牙适配器
BluetoothDevice
代表了一个远程的
kqwwee
·
2011-12-22 11:00
android
bluetoothdevice
android手机与其他手机的蓝牙连接
*/ private
BluetoothDevice
[] foundDevice
09zcliang
·
2011-12-16 17:00
android 蓝牙
Android 蓝牙编程学习一基本操作
BluetoothAdapter该类的对象代表了本地蓝牙适配器;比如程序运行在我的手机上,那么我的手机的蓝牙就用它来代表也就是主机2.
BluetoothDevice
:代表了一个远程的Bluetooth;
caryee89
·
2011-10-15 18:00
java
编程
android
String
filter
action
android之蓝牙操作(一)
与蓝牙相关的API 1、BluetoothAdapter 该类的对象代表了本地的蓝牙适配器 2、
BluetoothDevice
该类的对象代表了远程的蓝牙适配器 扫描已经配对的蓝牙设备步骤
chengfengyang
·
2011-10-13 16:00
android
bluetoothdevice
android笔记 蓝牙操作2
packagetjj.bluetooth2; importandroid.app.Activity; importandroid.bluetooth.BluetoothAdapter; importandroid.bluetooth.
BluetoothDevice
tanjunjie621
·
2011-09-04 20:00
android
Class
action
import
button
android笔记 蓝牙操作1
介绍蓝牙权限,得到本机的BluetoothAdapter,从Adapter里获得
BluetoothDevice
,得到已经配对的蓝牙设备的地址权限 代码packagetjj.testBlutTooth;
tanjunjie621
·
2011-08-31 10:00
android学习笔记之蓝牙
是目前使用的最广泛的无线通讯协议2、主要针对短距离设备通讯(10M)3、常用于连接耳机、鼠标和移动通讯设备等 与蓝牙相关的API1、BluetoothAdapter:该类的对象代表了本地的蓝牙适配器2、
BluetoothDevice
junjieking
·
2011-07-20 20:00
android
String
api
iterator
action
通讯
蓝牙自动输入配对码
**************/importjava.lang.reflect.Field;importjava.lang.reflect.Method;importandroid.bluetooth.
BluetoothDevice
xuxinyl
·
2011-04-28 11:00
Android 中文API (70) ――
BluetoothDevice
[蓝牙]
前言本章内容是android.bluetooth.
BluetoothDevice
,为Android蓝牙部分的章节翻译。蓝牙设备类,代表了蓝牙通讯国足中的远端设备。
over140
·
2010-12-21 11:00
android
移动开发
BlueTooth
休闲
bluetoothdevice
Bluetooth相关类学习(1)--BluetoothAdapter
使用MAC地址实例化一个
BluetoothDevice
类,并且创建一个BluetoothServerSocket类用于监听其它设备请求的连接。
xiaochun91103
·
2010-12-10 10:00
String
活动
action
任务
蓝牙连接
UUID.fromString("00001101-0000-1000-8000-00805F9B34FB"); private void connect(
BluetoothDevice
wang_peng1
·
2010-08-24 17:00
socket
蓝牙通讯2
class ConnectThread extends Thread { private final BluetoothSocket mmSocket; private final
BluetoothDevice
vyphn
·
2010-07-20 10:00
thread
socket
Android Framework architecture -- bluez(2)
成功后,要做的就是查找scan了,scan涉及到的东西,如下图: classbluetoothsetting是UI的入口,通过按buttonscan进入搜索状态,applicaton层调用
bluetoothdevice
攀升·Uranus
·
2009-08-07 12:00
上一页
1
2
3
4
下一页
按字母分类:
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
其他