Windows Mobile - Get Bluetooth MAC Address

2k Views Asked by At

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?

2

There are 2 best solutions below

2
On BEST ANSWER

Have you tried 32feet.NET ?

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

0
On

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