Share via


Obex Configuration Service Provider Examples for OMA DM

Send Feedback

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>

See Also

Obex Configuration Service Provider

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.