
linux - bluetooth
machiner1
这个作者很懒,什么都没留下…
展开
-
在mini2440上移植Bluetooth
在mini2440上移植Bluetooth (2013-07-24 20:37:09)标签: 教育分类: ARM学习(参考:http://blog.youkuaiyun.com/guoxiaojie_415/article/details/5383898)1.编译安装bluez-libs-3.36.tar.gzsudo m转载 2015-06-23 19:01:02 · 1121 阅读 · 0 评论 -
Linux and Bluetooth Low-Energy
Linux and Bluetooth Low-EnergyAlthough not strictly Linux, Android being a VM on top of a Linux kernel, and iOS being based on top of Darwin, the Unix-like OS from Apple, I just add for your conve转载 2015-05-30 11:44:04 · 786 阅读 · 0 评论 -
dbus-send基本用法
转自:http://blog.163.com/seven_7_one/blog/static/1626064122011621115125626/最近工作需要,研究了一下dbus-send命令。基本的命令形式是:dbus-send --system --print-reply --dest=org.bluez /org/bluez/audio org.bluez.audio.Manag转载 2015-04-08 09:37:32 · 12659 阅读 · 0 评论 -
Linux下蓝牙测试软件包和命令介绍
转自:http://www.firekyrin.com/archives/1983.html一、关于蓝牙耳机的配置1.关于蓝牙蓝牙是爱立信提出的一个近距离的无限通讯协议,由于没有INTEL的支持,它的发展一直都不是很快,在蓝牙不多的应用中,用得最多的就是无线HEADSET。其他应用还有MOUSE,CAMERA。蓝牙耳机主要有PROFILE。一般用的都是Headset pro转载 2015-04-13 16:20:00 · 3759 阅读 · 0 评论 -
IOS学习之蓝牙4.0
转自:http://blog.youkuaiyun.com/pony_maggie/article/details/26740237作者:小马IOS学习也一段时间了,该上点干货了。前段时间研究了一下IOS蓝牙通讯相关的东西,把研究的一个成果给大家分享一下。 一 项目背景简单介绍一下做的东西,设备是一个金融刷卡器,通过蓝牙与iphone手机通讯转载 2015-04-13 09:22:40 · 739 阅读 · 0 评论 -
android-bluetooth移植碰到的问题
转自:http://blog.youkuaiyun.com/andyhuabing/article/details/7543529前段时间移植神念系统需要使用到bluetooth功能,现将移植过程中碰到的问题简要列一下,备忘而已。1、内核增加配置make menuconfig -> Networking support -> Bluetooth subsystem support --转载 2015-04-11 10:31:08 · 642 阅读 · 0 评论 -
蓝牙协议名称汇总
转自:http://blog.youkuaiyun.com/iceman_bing/article/details/7549232采用的蓝牙核心规格规格采用日期附注核心规格附录(CSA) 22011年12月27日参考规格版本部分的综合适用性核心规格增补(CSS) v120转载 2015-04-11 09:29:08 · 2997 阅读 · 0 评论 -
Android蓝牙开发的一些经验
转载请注明来自:http://blog.youkuaiyun.com/icyfox_bupt/article/details/25487125最近在实验室做项目,使用了Android的蓝牙开发,这里面有好多坑..所以还是希望能记下来这些东西和大家分享,不要再走我的老路了。先说一下背景,我是开发手机与带蓝牙的智能设备(蓝牙血压计、血糖仪、手环等)设备对接的APP。也就是说,在设备端没有什么可转载 2015-04-11 10:16:18 · 453 阅读 · 0 评论 -
Linux下Bluez的编程实现
Linux下Bluez的编程实现1、蓝牙的各个协议栈的简介....................................................................................... 21.1、蓝牙技术..................................................................转载 2015-04-03 16:19:10 · 3373 阅读 · 0 评论 -
实用技巧:组建Linux下的个人蓝牙局域网
转自:http://www.cnblogs.com/top5/archive/2009/08/13/1545241.html用bluetooth 来组建个人的无线局域网,方便,实用而灵活。 首先需要安装bluez-libs、bluez-utils,还有内核中的bnep模块。 1: 启动蓝牙hciconfig hci0 up piscan 2: modprobe bnep转载 2015-05-25 17:38:41 · 1360 阅读 · 0 评论