Obex Configuration Service Provider Examples for OMA Client Provisioning

4/8/2010

The Obex Configuration Service Provider configures the Obex server, which performs Bluetooth and infrared beaming. If the device is being run by the Obex server and has the associated hardware, the device can receive Bluetooth and infrared beams.

Note

This Configuration Service Provider is available only on Windows Mobile Standard.

The Obex Configuration Service Provider is used to configure the Obex server.

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.

Code Example

<characteristic type="Obex">
  <characteristic type="HKLM\Software\Microsoft\Obex">
    <parm name="IsEnabled" value="1"/>
  </characteristic>
</characteristic>

Remarks

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 OMA Client Provisioning file. For information about the syntax of this file, see OMA Client Provisioning Files. For examples, see OMA Client Provisioning XML File Examples.

See Also

Reference

Obex Configuration Service Provider