一、Bluetooth OverView

Android蓝牙源码(1)_蓝牙架构

Bluetooth API:android蓝牙接口,对应用层暴露蓝牙常用的接口,例如打开/关闭蓝牙。

Bluetooth APP:package/app/Bluetooth.apk,最终是运行在android.uid.bluetooth进程的APP 。

Fluoride Stack:Android蓝牙协议栈,与Bluetooth通过JNI接通。

二、子模块静态图

相关文章:

  • 2021-11-23
  • 2021-04-19
  • 2022-01-02
  • 2021-07-21
  • 2021-12-26
  • 2021-07-19
  • 2021-08-10
  • 2021-09-25
猜你喜欢
  • 2021-07-25
  • 2022-01-16
  • 2022-12-23
  • 2021-08-23
  • 2021-12-09
  • 2021-12-26
  • 2022-02-06
相关资源
相似解决方案