I'm writing a program that much communicate with my hardware using a PDA and bluetooth. All of my hardware begins with specific string and I was wondering if there was a way that I could force the DiscoverDevices to look for only devices beginning with that string. The problem with looking for all devices, is that on some occasions, there are a number of bluetooth devices in use around me and after I discover them I must sort through their DeviceNames. This presents a problem because some of the devices don't have names and so a name must be built from what I assume is the address. Waiting for these names to be found is causing my device discovery function to run for more than a minute at times. If there is some way to search for a string at the beginning of the name (ie "iA123" or "iA456"), and not to discover anything but that, it would speed up the search a lot. Any Suggestions?
Thanks, Chris