Click here to Skip to main content
15,889,552 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have written Bluetooth code in win32 which detected bluetooth devices in range and
after installing bluetooth device on my PC it creates more than one COM port

to get serial port i search in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet

but some time the newly installed bluetooth do not appear in the regedit list
it appears in
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001


even though i get the com ports i cannot decide which one is incoming serial port



How can we get serial port(incoming data) of mobile device by using BluetoothAPIs.h functions so that i can avoid search in registry?


how to get COM ports for that mobile bluetooth device?


Thanks in Advance :)
Posted
Updated 19-Oct-11 21:44pm
v2

1 solution

Have a look at the answer[^] to a similar question[^] here on CP.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900