URL: http://www.blogger.com/comment-iframe.g?blogID=6730068706524524033&postID=2750760835478836528
When I tried to complile BlueZ 4.42 on Fedora 10, I met a error message:
/bin/sh ../libtool –tag=CC –mode=link gcc -fvisibility=hidden -I../sbc -I../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../gdbus -Wall -O2 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -fPIC -pie -o ipctest ipctest.o libipc.la ../sbc/libsbc.la -lglib-2.0
libtool: link: cannot find the library `../sbc/libsbc.la’ or unhandled argument `../sbc/libsbc.la’
Good questions and answers on BlueZ BQB.
I found some minor issues on Blueman 1.10. It may improve the usability once it is fixed.
只有Bluetooth SIG的会员才有权将Bluetooth的商标使用在商品和服务上。只有通过Bluetooth资格认证程序确认的有关Bluetooth无线技术的产品和服务,会员才能将商标用在产品和服务上。蓝牙资格认证实验室(BQTF)和蓝牙资格认证专家(BQE)可以协助厂商取得产品的资格认证。
Currently, I am using Blueman 1.10 in my Ubuntu 9.04. Actually, it is a excellent program for BlueZ UI except for a few tiny bugs.
You can connect HID, FTP, OPP, PAN, SPP, A2DP, HFP by UI without any CLI command. It is really a better program than gnome-bluetooth.
Hcidump tool is provided by BlueZ and is a good tool to help developers to analysis protocol issues of Bluetooth for BlueZ stack.
Currently, the most useful option for me is ’sudo hcidump -XtV’. I used this tool to locate a PAN issue between 2 Ubuntu 8.10 PC. The problem is that it will report ‘Connection refused(111)” when try to use PAN profile.
Some note on source code of BlueZ kernel module.
[转载] 这是一篇有关于Android中APP调用蓝牙接口的介绍。