stereo_headset_vmprops.xml

来自「蓝牙立体声耳机 firmware」· XML 代码 · 共 49 行

XML
49
字号
<custom>
   <property type="list" key="board" format="define" name="Selected board" defaultvalue="2">
       <option internalval="DEV_1442">Development board 1442</option>
       <option internalval="DEV_1508">Development board 1508</option>
       <option internalval="DEV_1645">Development board 1645</option>
       <description>
           <![CDATA[
           This option selects which development board you will be working with.
           ]]>
       </description>
   </property>
   <property type="list" key="cvc" format="define" name="Include CVC" defaultvalue="0">
       <option internalval="INCLUDE_CVC">Yes</option>
       <option internalval="NO_CVC">No</option>
       <description>
           <![CDATA[
           This option determines if CVC should be enabled.
           ]]>
       </description>
   </property>
    <property type="list" key="hfp" format="define" name="HFP" defaultvalue="1">
       <option internalval="HFP_1_0">Handsfree profile 1.0</option>
       <option internalval="HFP_1_5">Handsfree profile 1.5</option>
       <description>
           <![CDATA[
           This option selects the HFP profile supported.
           ]]>
       </description>
   </property>
   <property type="list" key="codec" format="define" name="Codec" defaultvalue="0">
       <option internalval="INTERNAL_CODEC">Internal</option>
       <option internalval="WOLFSON_CODEC_WM8731">Wolfson WM8731</option>
       <description>
           <![CDATA[
           This option selects the codec used.
           ]]>
       </description>
   </property>
   <property type="list" key="debug" format="define" name="Enable debug" defaultvalue="1">
       <option internalval="DEBUG_PRINT_ENABLED">Yes</option>
       <option internalval="NO_DEBUG">No</option>
       <description>
           <![CDATA[
           This option determines if debug should be enabled.
           ]]>
       </description>
   </property>
</custom>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?