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
BlueZ
init进程中和bt相关的部分
0770 bluetooth bluetooth mkdir /data/misc/bluetooth 0770 system system #新建了一个dbus的service,dbus是用于
bluez
fen_liu
·
2014-02-08 17:00
Python编程.Bluetooth HID Mouse and Keyboard(一)
于是退而求其次,看看在Ubuntu上用
Bluez
协议栈怎么来实现。首先用简短的文字来聊聊Bluetooth的HID协议。BthH
huipengzhao
·
2014-01-15 10:00
Android Bluetooth蓝牙开发\蓝牙协议\蓝牙通信例子_Android支持蓝牙4.0版本_BLE开发
谷歌和Broadcom之间的合作,开发新的蓝牙协议栈,取代了基于堆栈的
Bluez
。因此市场上出现了老设备的兼容问题,很多蓝牙设备在android4.2手机上不能使用。
edmond999
·
2014-01-10 16:00
Android Bluetooth蓝牙开发\蓝牙协议\蓝牙通信例子_Android支持蓝牙4.0版本_BLE开发
谷歌和Broadcom之间的合作,开发新的蓝牙协议栈,取代了基于堆栈的
Bluez
。因此市场上出现了老设备的兼容问题,很多蓝牙设备在android4.2手机上不能使用。
Tommy_wxie
·
2013-12-31 15:00
ANdroid之蓝牙
Android使用了开源项目
BlueZ
实现蓝牙通讯协议,框架层提供了BlueTooth包,通过JNI接口调用实现调用底层。  
aoyouzi
·
2013-12-26 13:00
android
蓝牙
实战Linux Bluetooth编程
所以决定在这次学习中,把一些
bluez
API记录下来。这几天又想,这样还不够,不如把Linux下的Bluetooth编程基础给记录下来吧。
hanmengaidudu
·
2013-11-29 18:00
理解和使用蓝牙
BlueZ
中的FTP与PBAP协议
分类: Android Bluetooth2012-11-2119:59 141人阅读 评论(0) 收藏 举报目录(?)[+]目录(?)[-]相关说明相关网站资源工作环境基本工作原理代码框架大致工作流程Server端启动流程Client端调用流程具体使用方法PBAP相关函数接口的使用作者:刘旭晖 Raymond转载请注明出处Email:
[email protected]
:http://blo
mirkerson
·
2013-11-21 16:00
android
BlueTooth
[Android源码解析]Eventloop在jni层的分析
3eventloop在jni层的详细分析 Eventloop在整个bluetooth的jni层和
bluez
之间的交互,以及jni和framework层之间的交互过程中有着举足轻重的作用。
u011960402
·
2013-11-21 09:00
android
蓝牙
EventLoop
[Android源码分析]
bluez
中adapter初始化分析
作为一个程序员,咋废话就不多说了,直接看代码吧,哈哈~~ 2)adapter的初始化gbooleanadapter_init(structbtd_adapter*adapter) { interr; /*adapter_opsmakessurethatnewlyregisteredadaptersalways *startoffaspowered*/ //置up位,为什么不放到最后在
u011960402
·
2013-11-20 09:00
android
Adapter
bluez
[Android源码分析]
bluez
internal event的处理
在上面2.1中是hcidev的注册和up,2.3中有
bluez
的初始化,这两者是有一个交集的,那就是说
bluez
初始化后会监听hcidev的一些event,主要有HCI_DEV_REG和HCI_DEV_UP
u011960402
·
2013-11-19 09:00
event
bluez
[Android 源码解析]
bluez
中几个重要plugin的初始化--audio,input,network,health
本来只想分析一下hciops的初始化就不再管了,后来发现别的plugin的初始化在后面还是会有涉及,心中想,既然已经分析了这么多,咋就索性都分析了算了,反正也不差这一点代码,其它的plugin还有audio,input,network,health。我们只看两个函数init或者setup。所以看起来应该会比较简单一点。 2.3.7.1audio的init分析 audio这个插件的分析statici
u011960402
·
2013-11-10 10:00
android
plugin
bluez
[Android源码分析]hciops的初始化
凡是真正分析过
bluez
代码或者debug过相关bug的童鞋,一定对hciops非常熟悉吧,是的,它是各个event的处理中心,承接着controller到上层host的各个方面的交互,本文就来详细分析一下它的初始化过程
u011960402
·
2013-11-04 09:00
android
bluez
hciops
[置顶] [android源码分析]
bluez
启动过程中的各种plugin的初始化(一)--__bluetooth_builtin数组所耍的花样
在
bluez
启动过程中,各种插件的初始化尤为重要,没有这些插件,很多功能将无法实现。2.3.5plugin的初始化插件的初始化,是什么的干活,其实还是很重要的,我们来看看吧。
u011960402
·
2013-10-31 11:00
android
plugin
bluez
Qt5.2中的android环境搭建
NewModulesandNiceGoodiesSomeofthemainnewfeaturesofQt5.2include:QtBluetooth:supportedonLinuxwith
Bluez
4
·
2013-10-26 15:00
android
qt5
Bluedroid的结构和代码分布
在android4.2中,Google更换了android的蓝牙协议栈,从
Bluez
换成Bluedroid,我也是初涉这个方面,顺便记录一下。
myxmu
·
2013-10-22 11:00
在android4.2中,Google更换了android的蓝牙协议栈,从
Bluez
换成Bluedroid,我也是初涉这个方面,顺便记录一下。 http://source.android.com/d
在android4.2中,Google更换了android的蓝牙协议栈,从
Bluez
换成Bluedroid,我也是初涉这个方面,顺便记录一下。
yuzaipiaofei
·
2013-09-28 00:00
Bluedroid与BluZ,蓝牙测试方法的变动(基于bludroid和
BlueZ
的对比)
android4.2以后,增加了bludroid,在做测试时,会发现与之前的
bluez
的测试,有着较大的变动。
yuzaipiaofei
·
2013-09-28 00:00
Linux下基于
bluez
与obex的服务
一个服务端需要给对方提供OBEXObjectPush服务的通道,所以在打开服务器之前需要确定已经将该服务注册到SDP服务器,Linux下使用sdptool注册该服务的命令为:sdptooladdopush; 1.OBEX_Init()用于初始化一个obexinstancehandle;arg1:OBEX_TRANS_BLUETOOTH用于声明传输协议为bluetooth; arg2:callbac
rain0993
·
2013-09-06 17:00
bluetooth(蓝牙)在S3C2410上的移植
(一)在Redhat9上安装
Bluez
在pc上的安装我参考了O'Reilly的LinuxUnwired一书,chapter7中详细地介绍了linux下的bluetooth的基础知识、安装、配置和使用。
rain0993
·
2013-09-06 17:00
YC2440-F移植
blueZ
准备工作:a.在http://www.
bluez
.org/download/下载
bluez
-libs-2.25.tar.gz和
bluez
-utils-2.25.tar.gz压缩包。
rain0993
·
2013-09-06 17:00
Linux下Bluetooth HCI Command的实现
那这些HCIcommand在
blueZ
中是如何实现的呢?举例说明。
rain0993
·
2013-09-06 17:00
Linux
BlueZ
下 Inquiry的实现
blueZ
直接提供了支持,虽然他们的最终都是用同样办法实现的。
rain0993
·
2013-09-06 17:00
dbus调试方法
近期研究了androidbluetooth,发现
bluez
消息都是通过dbus进行传输,但是在java层和
bluez
通信的过程中,有些会被block住,这样就需要dbus进行调试,下面讲述dbus进行调试的方法
Luohsh1
·
2013-08-31 23:00
BlueZ
源代码阅读:Bluetoothd启动分析
Initializestructuremain_opts,setitspagableandconnectable,alsosetitsdefaultname;Parsethecommandlineoptions;Checkifsingleinstance,otherwiseexit;CreateandbindHCIsocketserver;Loadmain.confoptions;Callg_io
Luohsh1
·
2013-08-30 23:00
bluez
plugins
itwillloadpluginsin/usr/lib/bluetooth/pluginsbydefault.Actually,mostofbluetoothprofilesareimplementedaspluginsin
BlueZ
.Inplugin.h
Luohsh1
·
2013-08-30 23:00
Bluez
SPP实现代码分析
基本概念
Bluez
提供了蓝牙转串口的功能,应用程序可以通过dbus接口控制
bluez
的串口功能。
Luohsh1
·
2013-08-30 23:00
Bluez
HID分析(二)
本文分析了蓝牙
bluez
协议栈中HID协议的实现。1. 基本概念HID协议用于人机输入设备。
Bluez
中关于HID的实现代码在其根目录下的input目录。
Luohsh1
·
2013-08-30 23:00
Bluez
HID分析(一)--Linux kernel部分
本文介绍蓝牙协议栈
Bluez
在linux中实现HID功能的kernel部分。
Luohsh1
·
2013-08-30 23:00
在 precise 发行版中 i386 硬件架构下的
bluez
软件包文件清单
/etc/bluetooth/audio.conf /etc/bluetooth/input.conf /etc/bluetooth/main.conf /etc/bluetooth/network.conf /etc/bluetooth/proximity.conf /etc/bluetooth/rfcomm.conf /etc/bluetooth/serial.conf /etc/dbus-1
Luohsh1
·
2013-08-30 14:00
bluetooth 目录
john@john-virtual-machine:~/
bluez
-auto/
bluez
-5.2$sudofind/-name bluetooth|more/usr/src/linux-headers-
Luohsh1
·
2013-08-29 16:00
Android Bluetooth蓝牙开发\蓝牙协议\蓝牙通信例子_Android支持蓝牙4.0版本_BLE开发
谷歌和Broadcom之间的合作,开发新的蓝牙协议栈,取代了基于堆栈的
Bluez
。因此市场上出现了老设备的兼容问题,很多蓝牙设备在android4.2手机上不能使用。
beijingshi1
·
2013-08-12 18:00
Bluetooth in Android 4.2 and 4.3(一):综述
BluetoothinAndroid4.2and4.3(一):综述 从Android4.2开始,Bluetoothstack发生了重大改变:从
Bluez
换成了由Google和Broadcom联合开发的
Luohsh1
·
2013-08-11 17:00
理解和使用蓝牙
BlueZ
中的FTP与PBAP协议
FileTransferProfile)和电话号码簿访问协议PBAP(PhonebookAccessProfile)都是构建在对象交换协议OBEX的基础上(此外还有OPP和Synchronization),而在
BlueZ
Luohsh1
·
2013-08-11 16:00
An Introduction to Bluetooth Programming
http://people.csail.mit.edu/albert/
bluez
-intro/index.html
Luohsh1
·
2013-07-30 22:00
实战Linux Bluetooth编程(三) HCI层编程
blog.sina.com.cn/s/blog_645b74b90101e74f.html标签:it分类:Bluetooth作者:Sam(甄峰)
[email protected]
(HCI协议简介,HCI在
BlueZ
uyiwfn
·
2013-07-05 16:00
蓝牙开发测试常用工具:hcitool hcidump
虽然,Android4.2已经将蓝牙协议栈替换为Bluedroid,但从了解低层实现的角度
BlueZ
,仍是有个好的入口。因为bluedroidtools有限。
dull_boy2
·
2013-05-27 11:00
linux 系统服务
建议开启
bluez
wyl410505
·
2013-05-24 14:34
linux
系统服务
rpm打包学习
iMX5和iMX6平台做一些arm平台下的系统核心软件包的集成,比如将glib、dbus、pkg-config、libxml2、pixman、gdb、libpng、gcc、gstreamer、ffmpeg、
bluez
ccf19881030
·
2013-05-17 23:00
基于
bluez
程序编译时注意事项
制作了一个基于
bluez
的,类似于BTW的库---BTX.在编写和使用这个库时,发现头文件包含容易出现的问题。第一:不要用到哪个
Bluez
头文件中定义的内容就只去包含这个头文件。
rain0993
·
2013-05-06 10:00
Hi3110 EV 100平台上Bluetooth的移植
二:下载新版
bluez
.http://www.
bluez
.o
rain0993
·
2013-05-06 09:00
gentoo蓝牙,触控板,wifi
一:蓝牙处了内核要选好,可能还要安装emerge-a
bluez
emerge--ask net-wireless/blueman 链接蓝牙要用hciconfig,具体是先hcitoolscan搜索找到MAD
billvsme
·
2013-05-02 22:00
修改蓝牙名称
RDA5990:external\bluetooth\
bluez
\src\main.c
BlueZ
MTK:Android_bluetooth_common.h(frameworks\base\core
TopicDev
·
2013-04-25 19:00
centos qemu安装的历史记录
yum install
bluez
* 蓝牙,bluetooth相关 yum install SDL yum install libpng libgl libsdl libbluetoothsd
haoningabc
·
2013-03-28 11:00
qemu
centos qemu安装的历史记录
yum install
bluez
* 蓝牙,bluetooth相关 yum install SDL yum install libpng libgl libsdl libbluetoothsd
haoningabc
·
2013-03-28 11:00
qemu
和菜鸟一起学linux之
bluez
学习记录2
关于hci 一、HCI层协议概述 1、HCICommandPackets详见
bluez
源码:lib/hci.h/*LinkControl*/ #defineOGF_LINK_CTL0x01 #defineOCF_INQUIRY0x0001
eastmoon502136
·
2013-03-27 12:00
和菜鸟一起学linux之
bluez
学习记录1
关于蓝牙协议栈体系结构 底层硬件模块 RF1、利用2400M~2483.5M频带2、采用调频方式传输数据,一共有79/EDR,40/BLE个hops,每秒3、采用GFSK(DQPSK和8DPSK)调制方式4、信道间隔(1MHZ/EDR模式,2MHZ/BLE模式) BB蓝牙系统提供点对点或点对多点的连接,在连接中设备共享物理信道,称为piconet。一个设备做为master,其他的设备作为slav
eastmoon502136
·
2013-03-27 10:00
ubuntu bluetooth 调试
ubuntubluetooth调试源码:
bluez
_4.66.orig.tar.gz编译编译
bluez
-4.66时,在configure时,遇到如下dbus错误:configure:error:D-Buslibraryisrequired
Luohsh1
·
2013-03-20 16:00
Android Bluetooth 学习(2)应用层实现蓝牙设备查找、tcp_ip通信
2、JNI层 frameworks/base/core/jni/android_bluetooth_开头的文件 定义了
bluez
通过JNI到上层的接口。
zhoulc
·
2013-03-18 17:00
android
搜索
socket通信
BlueTooth
发现
bluez
architecture
Bluez
D-Bus Architecture收藏The
BlueZ
D-Bus interfacesaimtoprovideseamlessBluetoothtechnologyintegrationintothedesktop.AcentralBluetoothdaemon"hcid
Luohsh1
·
2013-03-17 14:00
Android Bluetooth HID实现详解
Android关于蓝牙的部分使用的是
BlueZ
协议栈。
sflfqx
·
2013-03-13 10:00
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他