摘要:
转载自http://www.360doc.com/content/12/0919/13/10388890_237015006.shtmlAndroid蓝牙系统分为四个层次,内核层、BlueZ库、BlueTooth的适配库、BlueTooth的JNI部分、Java框架层、应用层。下面先来分析Android的蓝牙协议栈。 Android的蓝牙协议栈采用BlueZ来实现,BlueZ分为两部分:内核代码和用户态程序及工具集。 内核代码主要由BlueZ核心协议和驱动程序组成;蓝牙协议实现在内核源代码net/bluetooth中,驱动程序位于内核源代码目录driver/bluetooth中。用... 阅读全文
posted @ 2013-04-17 12:11 寒风凌意 阅读(385) 评论(0) 推荐(0)