我正在寻找官方文档,了解哪些Android版本支持哪些蓝牙配置文件。
查看API文档,我发现BluetoothProfile
界面仅提示A2DP,Gatt,Health和HFP。我确信Android也支持SAP和MAP。
问题:是否有官方网站记录了支持的配置文件配置文件,包括版本?
答案 0 :(得分:-1)
您在这里https://source.android.com/devices/bluetooth/services
通过蓝牙,设备可以传输可用于交互式服务的数据,例如音频,消息传递和电话。可以在include / hardware / bluetooth.h中找到用于不同服务的Bluetooth配置文件。