I want to develop an application in which I want get Bluetooth Id of different device.
My concept is when I start my application at that time I want get Bluetooth id of different devices on load event of first form.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
WP7 doesn’t support bluetooth APIs for 3rd party developers. WP8 does. WP8 can iterate over all paired bluetooth devices. You can read more about what types of Bluetooth Developer scenarios are supported on WP8 here. For an example of how to get a collection of all devices paired to WP8 see this.