How to get Bluetooth MAC address from Windows Mobile? I tried OPENNETCF library but it does not work. Any other code to get Bluetooth MAC address?

link|improve this question

61% accept rate
what did you try? (show code) what happened? any error messages? – Matt Lacey Jan 17 '11 at 16:24
feedback

2 Answers

up vote 0 down vote accepted

Have you tried 32feet.NET ?

You can get it at CodePlex: http://32feet.codeplex.com/

link|improve this answer
I will try above and let you know. – Let me Ask Jan 18 '11 at 6:00
I can't use whole library for getting Bluetooth MAC address. But, your code works. Thank you. – Let me Ask Mar 23 '11 at 12:09
feedback

Registry.GetValue(@"HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\MITS", "MACADDRESS", string.Empty).ToString()

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.