首页 > 编程知识 正文

蓝牙连接后耳机无声,蓝牙耳机出现无声现象怎么办

时间:2023-05-05 19:49:11 阅读:266669 作者:488

扫码关注,一起学习

蓝牙耳机播放音频无声,可能是协议不支持,修改下面配置文件:
把下面协议的值为 false 的改为 true ,开启相应的功能:

/packages/apps/Bluetooth/res/values/config.xml

<resources> <bool name="profile_supported_a2dp">true</bool> <bool name="profile_supported_a2dp_sink">false</bool> <bool name="profile_supported_hdp">true</bool> <bool name="profile_supported_hs_hfp">true</bool> <bool name="profile_supported_hfpclient">false</bool> <bool name="profile_supported_hid_host">true</bool> <bool name="profile_supported_opp">true</bool> <bool name="profile_supported_pan">true</bool> <bool name="profile_supported_pbap">true</bool> <bool name="profile_supported_gatt">true</bool> <bool name="pbap_include_photos_in_vcard">true</bool> <bool name="pbap_use_profile_for_owner_vcard">true</bool> <bool name="profile_supported_map">true</bool> <bool name="profile_supported_avrcp_target">true</bool> <bool name="profile_supported_avrcp_controller">false</bool> <bool name="profile_supported_sap">false</bool> <bool name="profile_supported_pbapclient">false</bool> <bool name="profile_supported_mapmce">false</bool> <bool name="profile_supported_hid_device">true</bool> <bool name="profile_supported_hearing_aid">false</bool>

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。