Obex Configuration Service Provider Examples for OMA DM

4/8/2010

The following example can be used as a template to configure settings for the Obex Configuration Service Provider. Below the HKLM\Software\Microsoft\Obex characteristic type, replace the value for the IsEnabled parm with a value that corresponds to your system. For more information about IsEnabled values, see Obex Configuration Service Provider.

The Obex Configuration Service Provider must be added to the SyncBody portion of an OMA DM provisioning XML file. For more information about the syntax of the provisioning file, see OMA DM Provisioning Files.

Enabling the Obex Server to receive beams

The following example configures Obex Server to receive beams.

<Replace>
  <CmdID>2</CmdID>
  <Item>
    <Target><LocURI>./Vendor/MSFT/Obex/HKLM/Software/Microsoft/Obex/IsEnabled</LocURI></Target>
    <Data>1</Data>
  </Item>
</Replace>

One provisioning XML file typically contains configuration information for multiple Configuration Service Providers. To use this example, you must replace the values as appropriate, and add the node as a child of the SyncBody node in an OMA DM provisioning file. For more information about the syntax of the provisioning file, see OMA DM Provisioning Files.

See Also

Reference

Obex Configuration Service Provider