Android 13 Bluetooth的新特性介绍

因本人英语能力不是很强,所以取材于开发者Android 13 Bluetooth的介绍部分未进行英语翻译

本章节主要围绕以下四个方面进行描述:

  • Bluetooth stack modularization
  • BLE Audio
  • Power Attribution
  • Blueberry - BT testing effor

Bluetooth stack modularization

目录结构:

○ Bluetooth APIs (Java)

○ Bluetooth services (Java)

○ JNI (C++)

○ Bluetooth stack (C++ / Rust)

Bluetooth 框架结构如下图

Android 13 Bluetooth的新特性介绍_第1张图片

Bluetooth的依赖关系

● 传入和传出 @hide API 用法

○ 目前正在删除对@hide API的依赖关系

●所需的库包含Bluetooth APK, libbluetooth.so, 和 libbluetooth_jni.so

Bluetooth的规范化

● 我们鼓励OEMs将错误修复和功能上传到AOSP.

● 支持通过 overlays (RROs

你可能感兴趣的:(蓝牙,android)