Bluetooth DDF File

4/8/2010

This topic shows the Device Description Framework (DDF) file for the Bluetooth Configuration Service Provider. Open Mobile Alliance Device Management (OMA DM) DDF files and the example in this topic are used only for OMA DM provisioning. For more information, see OMA Device Management.

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.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

Other Resources

Provisioning Using OMA Device Management