Bluetooth开发资料的收集
1.
Linux默认的蓝牙协议栈是Bluez,使用的参考资源。
https://blog.csdn.net/buyicn/article/details/77414067
https://blog.csdn.net/cqlboat/article/details/40216775
最好的关于BlueZ5的中文介绍
https://blog.csdn.net/Archer1991/article/details/62233164?
偏重于蓝牙协议和Bluez架构方面的介绍
https://blog.csdn.net/eastmoon502136/article/details/8725180
比较全面的介绍了BlueZ的移植和配置
https://blog.csdn.net/qq_21949217/article/details/49739005
Linux下Bluez的编程实现
简要介绍了Linux下面BlueZ的概念
http://elsila.blog.163.com/blog/static/173197158201092205656895/
关于DBUS中文的介绍在这里
http://blog.sina.com.cn/s/blog_5412ede60100eml7.html
自动配对和信任BlueZ5的方法(修改test-agent)
https://www.it1352.com/617916.html
BlueZ5.45 D-Bus总线 GATT API 分析
https://blog.csdn.net/csdn_zyp2015/article/details/73089380
某个BlueZ专栏,有Linux dbus 的命令。
https://blog.csdn.net/opencpu/category_2902203.html
蓝牙BlueZ常用的调试命令
https://www.cnblogs.com/hjj801006/p/12930474.html
BT-PAN的实践
https://blog.fraggod.net/2015/03/28/bluetooth-pan-network-setup-with-bluez-5x.html
bluzalsa:一个bluez5和alsa的开源项目,通过alsa接口使用bluetooth audio
https://github.com/Arkq/bluez-alsa
一个开源的Android例子,蓝牙自动配对
https://blog.csdn.net/qq_25827845/article/details/52400782