summaryrefslogtreecommitdiff
authorKuibao Zhang <kuibao.zhang@amlogic.com>2018-04-17 02:14:39 (GMT)
committer Ting Wang <ting.wang@amlogic.com>2018-04-20 17:15:15 (GMT)
commit83f925d4822031f64254614c3e8bb82cf8c54eae (patch)
tree2dee0096c0492521a10f2f4ab65e6ad3ffd4e78d
parentff596ad3e17898170479a947488379e51953e0ac (diff)
downloaddarwin-83f925d4822031f64254614c3e8bb82cf8c54eae.zip
darwin-83f925d4822031f64254614c3e8bb82cf8c54eae.tar.gz
darwin-83f925d4822031f64254614c3e8bb82cf8c54eae.tar.bz2
BT: a2dp sink[1/2]
PD#164511 1.set a2dp sink true Change-Id: I48cf52d56a1142c82f8567cb6ca456775c50a426
Diffstat
-rwxr-xr-xoverlay/packages/apps/Bluetooth/res/values/config.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/overlay/packages/apps/Bluetooth/res/values/config.xml b/overlay/packages/apps/Bluetooth/res/values/config.xml
new file mode 100755
index 0000000..aa70773
--- a/dev/null
+++ b/overlay/packages/apps/Bluetooth/res/values/config.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009-2012 Broadcom Corporation
+ 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_opp">false</bool>
+ <bool name="profile_supported_a2dp">false</bool>
+ <bool name="profile_supported_a2dp_sink">true</bool>
+ <bool name="profile_supported_avrcp_controller">true</bool>
+</resources>