Home | History | Annotate | Download | only in values
      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">true</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     <bool name="profile_supported_pbapclient">false</bool>
     32 
     33     <!-- If true, we will require location to be enabled on the device to
     34          fire Bluetooth LE scan result callbacks in addition to having one
     35          of the location permissions. -->
     36     <bool name="strict_location_check">true</bool>
     37 
     38     <!-- Specifies the min/max connection interval parameters for high priority,
     39          balanced and low power GATT configurations. These values are in
     40          multiples of 1.25ms. -->
     41     <integer name="gatt_high_priority_min_interval">9</integer>
     42     <integer name="gatt_high_priority_max_interval">12</integer>
     43     <!-- Default specs recommended interval is 30 (24 * 1.25) -> 50 (40 * 1.25)
     44          ms. -->
     45     <integer name="gatt_balanced_priority_min_interval">24</integer>
     46     <integer name="gatt_balanced_priority_max_interval">40</integer>
     47     <integer name="gatt_low_power_min_interval">80</integer>
     48     <integer name="gatt_low_power_max_interval">100</integer>
     49 
     50     <!-- Specifies latency parameters for high priority, balanced and low power
     51          GATT configurations. These values represents the number of packets a
     52          slave device is allowed to skip. -->
     53     <integer name="gatt_high_priority_latency">0</integer>
     54     <integer name="gatt_balanced_priority_latency">0</integer>
     55     <integer name="gatt_low_power_latency">2</integer>
     56 
     57     <bool name="headset_client_initial_audio_route_allowed">true</bool>
     58 
     59     <!-- For AVRCP absolute volume feature. If the threshold is non-zero,
     60          restrict the initial volume to the threshold.
     61          Valid value is 1-14, and recommended value is 8 -->
     62     <integer name="a2dp_absolute_volume_initial_threshold">8</integer>
     63 
     64     <!-- For A2DP sink ducking volume feature. -->
     65     <integer name="a2dp_sink_duck_percent">25</integer>
     66 
     67     <!-- For enabling the hfp client connection service -->
     68     <bool name="hfp_client_connection_service_enabled">false</bool>
     69 </resources>
     70