Implementing Synchronous Device Discovery (Windows Embedded CE 6.0)
1/6/2010
The OBEX protocol enables synchronous device discovery.
To implement synchronous device discovery
Use the IObex::StartDeviceEnum method to initiate device discovery. A list of all remote devices within range of the local device is compiled.
Use the IObex::StopDeviceEnum method to halt the device discovery process.
Use the IObex::EnumDevices method to retrieve the list of devices that were discovered.