Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The OBEX protocol enables synchronous device discovery.

To implement synchronous device discovery
  1. Use the IObex::StartDeviceEnummethod to initiate device discovery. A list of all remote devices within range of the local device is compiled.

  2. Use the IObex::StopDeviceEnummethod to halt the device discovery process.

  3. Use the IObex::EnumDevicesmethod to retrieve the list of devices that were discovered.

See Also