Share via


Bluetooth Configuration Service Provider Examples for OMA DM

Send Feedback

The following XML example configures the settings for the Bluetooth Configuration Service Provider for OMA DM. To use this example, replace the value for the BtMode parameter to set the desired Bluetooth operation mode. For more information about BtMode values, see Bluetooth Configuration Service Provider.

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

Changing the Bluetooth radio into Discoverable mode

The following example changes the device's Bluetooth radio into Discoverable mode.

<Replace>
  <CmdID>2</CmdID>
  <Item>
    <Target><LocURI>./Vendor/MSFT/Bluetooth/BtMode</LocURI></Target>
    <Data>2</Data>
  </Item>
</Replace>

See Also

OMA Device Management Provisioning

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.