测试平台
Platform: RK3399
OS: Android 7.1
现象
机器不播放音乐时连接蓝牙音箱,1s后会自动断开的问题.但是如果机器播放音乐时连接蓝牙音箱就不会自动断开.
解决办法
diff --git a/packages/apps/Bluetooth/res/values/config.xml b/packages/apps/Bluetooth/res/values/config.xml
index 2342e62..4905730 100755
--- a/packages/apps/Bluetooth/res/values/config.xml
+++ b/packages/apps/Bluetooth/res/values/config.xml
@@ -13,7 +13,7 @@
limitations under the License.
-->
<resources>
- <bool name="profile_supported_rtkbt">false</bool>
+ <bool name="profile_supported_rtkbt">true</bool>
<bool name="profile_supported_a2dp">true</bool>
<bool name="profile_supported_a2dp_sink">false</bool>
<bool name="profile_supported_hdp">true</bool>