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?
feedback
|
|
Have you tried 32feet.NET ? You can get it at CodePlex: http://32feet.codeplex.com/ | |||||
feedback
|
|
Registry.GetValue(@"HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\MITS", "MACADDRESS", string.Empty).ToString() | |||
|
feedback
|