次の方法で共有


Bluetooth DDF File

Send Feedback

The following shows the DDF file for the Bluetooth Configuration Service Provider.

Note   This code has not been tested and is subject to change.

Note   The first line of the DDF is the namespace reference for Microsoft custom properties. For more information, see Managing Microsoft Custom Properties (OMA DM).

<MgmtTree xmlns:MSFT="https://schemas.microsoft.com/MobileDevice/DM">
    <VerDTD>1.1.2</VerDTD>
    <Node>
        <NodeName>Bluetooth</NodeName>
        <Path>./Vendor/MSFT</Path>
        <DFProperties>
            <DFFormat>
                <node />
            </DFFormat>
            <Scope>
                <Permanent />
            </Scope>
            <RWAccess>1</RWAccess>
            <MSFT:MinValue></MSFT:MinValue>
            <MSFT:MaxValue></MSFT:MaxValue>
            <MSFT:MaxLength></MSFT:MaxLength>
            <Description></Description>
        </DFProperties>
        <Node>
            <NodeName>BtMode</NodeName>
            <DFProperties>
                <AccessType>
                    <Get />
                    <Replace />
                </AccessType>
                <DFFormat>
                    <int />
                </DFFormat>
                <Scope>
                    <Permanent />
                </Scope>
                <RWAccess>3</RWAccess>
                <DFTitle>Bluetooth</DFTitle>
                <DFType>
                    <MIME>text/plain</MIME>
                </DFType>
                <MSFT:MinValue>0</MSFT:MinValue>
                <MSFT:MaxValue>2</MSFT:MaxValue>
                <MSFT:MaxLength></MSFT:MaxLength>
                <Description>0=Off, 1=On, 2=Discoverable</Description>
            </DFProperties>
        </Node>
        <Node>
            <NodeName>BtLabel</NodeName>
            <DFProperties>
                <AccessType>
                    <Get />
                </AccessType>
                <DFFormat />
                <Scope>
                    <Permanent />
                </Scope>
                <RWAccess>1</RWAccess>
                <DFType>
                    <MIME>text/plain</MIME>
                </DFType>
                <MSFT:MinValue></MSFT:MinValue>
                <MSFT:MaxValue></MSFT:MaxValue>
                <MSFT:MaxLength></MSFT:MaxLength>
                <Description>Label for explanatory Bluetooth text</Description>
            </DFProperties>
        </Node>
    </Node>
</MgmtTree>

See Also

OMA Device Management Provisioning

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.