I'm using the emdk for c#. I'm using scanAndpair to pair a Windows Mobile device (MC55) via bluetooth (bluetopia) with a second device (a headset with a PTT (push-to-talk) button).

The devices pair fine through the SPP (serial port profile). There's also the headset profile however. Since emdk c# only supports SPP, I figure I must have to pinvoke something from the c emdk library. However, if I connect to the headset profile using Bluetooth Explorer, from then on the headset profile will connect along with the SPP automatically with every pairing to the SPP from then on.

I've tried checking registry settings to figure out what is allowing this to occur with no luck. Even if I remove the device from BTExplorer it makes no difference. The only way to remove this effect (from what I can tell) is to clean sweep the device.

If I use the same MC55 device but use another headset device, the headset profile does not activate until connecting to it with BTExplorer so something must be getting saved somewhere that remembers that a device with a specific MAC address uses a headset profile.

Any ideas? My goal is to be able to programmatically connect to the headset profile without needing to use BTExplorer on the first pairing

Thanks

link|improve this question

75% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.