
Bluetooth 技术相关
文章平均质量分 73
stevenliyong
关注
C/C /JAVA
UML/RUP.
Linux.
Android.
Network/Bluetooth/WiFi.
展开
-
Bluetooth core system
The Bluetooth system consists the Bluetooth core protocols , cable replacement(RFCOMM),telephony control protocols(HFP/HSP) and adopt protocols(OBEX/FTP/BIP etc). 1.Bluetooth core system.The原创 2009-01-06 10:12:00 · 4450 阅读 · 1 评论 -
简述蓝牙协议栈-完整版
项目刚好做到蓝牙了,也不是很忙,讲讲自己最近一段时间做的东西。 提到协议栈,都会想到与开放式系统互联(OSI)协议栈的 ,OSI协议栈定义了厂商们如何才能生产可以与其它厂商的产品一起工作的产品。协议栈是指一组协议的集合,举个例子,把大象装到冰箱里,总共要3步。每步就是一个协议,3步组成一个协议栈。把应用层数据包发出去,也要好几步,TCP/UDP头,IP头转载 2008-12-18 16:22:00 · 15294 阅读 · 1 评论 -
How to cross compile and use hcidump-1.42
export PKG_CONFIG_LIBDIR=/usr/arm-xscale-linux-gnu/lib/pkgconfig pkg-config --list-all 确认后接着就可以交叉编译hcidump-1.42了./configure --host=arm-xscale-linux-gnu --prefix=/usr/arm-xscale原创 2008-12-17 09:22:00 · 1761 阅读 · 0 评论 -
How to setup pskey to csr-bc4 chip
1.设置bcsp的baud rate,网上查了一下需要 bccmd只能重新cross compile bluez-4.18,增加--enable-bccmd选项./configure --host=arm-xscale-linux-gnu --prefix=/usr/arm-xscale-linux-gnu --disable-audio --enable-test --enable原创 2008-12-16 17:45:00 · 7502 阅读 · 1 评论 -
How to use obex-data-server to transfer a file on ARM-xScale platform (原创)
1.接上文 obex-data-server 已经运行起来了接下来就可以运行obex-data-server/test 下的ods-dbus-test 来测试OPP 功能了# ./ods-dbus-test 00:1B:FB:17:6B:E1 OPP /test.txt** Message: CreateBluetoothSession ("00:1B:FB:17:6B:E1", "00:00:0原创 2008-12-16 10:14:00 · 2978 阅读 · 1 评论 -
How to run dbus and obex-data-server on ARM-xScale
1. Cross Compile dbus-glib-0.78echo ac_cv_func_posix_getpwnam_r=yes>arm-linux.cacheecho ac_cv_have_abstract_sockets=yes>>arm-linux.cache./configure --host=arm-xscale-linux-gnu --cache-file=arm-li原创 2008-12-12 17:53:00 · 2753 阅读 · 0 评论 -
Cross Compile "bluez-4.18" Arm-xScale Platform (原创)
The following is my last two days experience of using bluz-4.18 on arm-xscale.I did it with 完颜 TX. mkdir -p /nfsroot/arm-xscale-linux-gnu/steven_root/ export PKG_CONFIG_LIBDIR/nfsroo原创 2008-12-11 10:23:00 · 3354 阅读 · 5 评论 -
ARM-xScale 配置编译Bluetooth内核模块
1. 配置linux 2.6.15.6 内核[*] Networking support Networking options --->[ ] Amateur Radio support ---> IrDA (infrared) subsystem support ---> Bluetooth subsystem support --->原创 2008-12-11 09:22:00 · 1842 阅读 · 1 评论 -
Bluez D-Bus Architecture
Description The BlueZ D-Bus interfaces aim to provide seamless Bluetooth technology integration into the desktop. A central Bluetooth daemon "hcid"(planned to be renamed to bluetoothd) is responsibl转载 2008-12-09 10:38:00 · 1804 阅读 · 0 评论 -
Cross Compile "bluez-libs-.2.22" "bluez-utils-2.22" to Arm-xScale Platform (原创)
The following is my previous experience of using bluz-2.22 on arm-xscale. mkdir -p /nfsroot/arm-xscale-linux-gnu/steven_root/ export PKG_CONFIG_LIBDIR/nfsroot/arm-xscale-linux-gnu/steve原创 2008-12-11 10:04:00 · 2311 阅读 · 0 评论 -
BlueZ Architecture of DUN (原创)
这幅架构图是Richard.Zhou 和 Luke.Meng 两位画的!原创 2008-12-11 09:07:00 · 2272 阅读 · 0 评论 -
Bluetooth MTU
最大传输单元(Maximum Transmission Unit,MTU)是指一种通信协议的某一层上面所能通过的最大数据报小(以字节为单位)。最大传输单元这个参数通常与通信接口有关(网络接口卡、串口等)。 在网络上如果本机的MTU比网关的MTU大,大的数据包就会被拆开来传送,这样会产生很多数据包碎片,增加丢包率,降低网络速度。把本机的MTU设成比网关的MTU小或相同,就可以减少丢包。原创 2009-01-06 13:43:00 · 4184 阅读 · 1 评论 -
1th Bluetooth SIG China Summit 2008
去年10月去北京参加了蓝牙联盟技术峰会的一些信息.. 1. Bluetooth Technology Roadmap 1.1 Bluetooth Technology Worldwide§* 2008 marks Bluetooth technology’s 10 year anniversary §* Bluetooth has grown to be shi原创 2009-01-06 16:39:00 · 1046 阅读 · 0 评论 -
Bluetooth Link Controller Operation
蓝牙的Link controller单元 位于core system 中 controller sub-system 的 Baseband layer. 如下图. Link Controller 管理的所有的连接状态有.STANDBY, CONNECTION,和 PARK; 此外还有七个子状态page, page scan,inquiry, inquiry sca原创 2009-01-06 15:11:00 · 2464 阅读 · 0 评论 -
TCP/IP 协议层次.
5. 应用层DHCP · DNS · FTP · Gopher · HTTP · IMAP4 · IRC · NNTP · XMPP · POP3 · SIP · SMTP · SNMP · SSH · TELNET · RPC · RTCP · RTSP · TLS · SDP · SOAP · GTP · STUN · NTP · 更多4. 传原创 2009-01-06 10:43:00 · 1191 阅读 · 0 评论 -
HowTO use DUN on arm-xscale
1. Precondition1.1)pppd and chat have been cross compiled and been placed in the /usr/sbin/ of the target(arm) file system. 1.2) Dial-up related script should be existing in the /etc/ppp/ of t原创 2008-12-25 17:26:00 · 1069 阅读 · 0 评论