Reputation: 21
I have to first establish a connection between mobile phone and computer then i have to get a MAC address of that connected phone when i will get a MAC address then i have to simply disconnect the current device and search for the other device.
please help me to solve this problem........... thanks.
Upvotes: 2
Views: 1425
Reputation: 25581
In the recent Windows Mobile SDKs and DTKs, there's a sample app called btsearch that enumerates all Bluetooth devices that are discoverable and within range. You could always start from there and pick what looks interesting.
I've used it successfully myself without problems. Although it only shows the basics, it's easy to build upon it and extract the good bits.
Upvotes: 1