1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- Copyright (C) 2009-2012 Broadcom Corporation 3 Licensed under the Apache License, Version 2.0 (the "License"); 4 you may not use this file except in compliance with the License. 5 You may obtain a copy of the License at 6 7 http://www.apache.org/licenses/LICENSE-2.0 8 9 Unless required by applicable law or agreed to in writing, software 10 distributed under the License is distributed on an "AS IS" BASIS, 11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 See the License for the specific language governing permissions and 13 limitations under the License. 14 --> 15 <resources> 16 <bool name="profile_supported_a2dp">true</bool> 17 <bool name="profile_supported_a2dp_sink">false</bool> 18 <bool name="profile_supported_hdp">true</bool> 19 <bool name="profile_supported_hs_hfp">true</bool> 20 <bool name="profile_supported_hfpclient">false</bool> 21 <bool name="profile_supported_hid">true</bool> 22 <bool name="profile_supported_opp">true</bool> 23 <bool name="profile_supported_pan">true</bool> 24 <bool name="profile_supported_pbap">true</bool> 25 <bool name="profile_supported_gatt">true</bool> 26 <bool name="pbap_include_photos_in_vcard">false</bool> 27 <bool name="pbap_use_profile_for_owner_vcard">true</bool> 28 <bool name="profile_supported_map">true</bool> 29 <bool name="profile_supported_avrcp_controller">false</bool> 30 <bool name="profile_supported_sap">false</bool> 31 32 <!-- If true, we will require location to be enabled on the device to 33 fire Bluetooth LE scan result callbacks in addition to having one 34 of the location permissions. --> 35 <bool name="strict_location_check">true</bool> 36 </resources> 37