sm6250-common: overlay: Bluetooth: import configuration from stock
This commit is contained in:
parent
9c57868dfc
commit
8350b84214
23
overlay/packages/apps/Bluetooth/res/values/config.xml
Normal file
23
overlay/packages/apps/Bluetooth/res/values/config.xml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright (C) 2020 The LineageOS Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
<bool name="profile_supported_a2dp_sink">true</bool>
|
||||||
|
<bool name="profile_supported_avrcp_controller">true</bool>
|
||||||
|
<bool name="profile_supported_avrcp_target">false</bool>
|
||||||
|
<bool name="profile_supported_ba">true</bool>
|
||||||
|
<bool name="profile_supported_hfpclient">false</bool>
|
||||||
|
<bool name="profile_supported_hid_device">false</bool>
|
||||||
|
<bool name="profile_supported_sap">false</bool>
|
||||||
|
</resources>
|
Loading…
Reference in New Issue
Block a user