A contract programmer is building a simple application for me to automate the process of pairing a Bluetooth SPP device with a PC; we can do this with the standard Microsoft Bluetooth GUI, in which case, the result is both an incoming and outgoing port. The purpose of the project is to simplify this process for the ultimate user.
The problem is that he's able to create an OUTGOING port, but not the incoming one... and the incoming port is the one I need. If I use the Microsoft Bluetooh GUI, and go to the COM PORTS tab, I can add an incoming port by using the 'add' button.
Can anyone identify the API calls required to simply 'add' an incoming port to an existing Bluetooth enumeration? Surely, pressing the 'add' button must link to a simple API (or series of API's) that do the job... can anyone suggest how this is done?