does windows 7 bluetooth stack and API support connection of headsets
        Posted  
        
            by markh44
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by markh44
        
        
        
        Published on 2010-06-11T09:04:12Z
        Indexed on 
            2010/06/12
            6:02 UTC
        
        
        Read the original article
        Hit count: 315
        
We need to write code to search for, pair and connect to a bluetooth headset with Windows 7 Embedded.
Once connected the headset will be used as a normal windows audio device.
We fully control what software is installed on the system so conflicting stacks and similar concerns are not a problem. We would however like to minimize as far as possible installing extra software such as 3rd party stacks.
Therefore my question is: can the built in windows 7 bluetooth stack and C++ API alone be used to create the functionality we need?
© Stack Overflow or respective owner