我正在使用 IntheHand 32feet 库http://32feet.codeplex.com/ 我正在寻找代码来获取蓝牙适配器的本地 MAC 地址。我已经尝试过可能快速的调整,但没有像
using InTheHand.Net.Bluetooth;
using InTheHand.Net.Sockets;
和
BluetoothListener btListener;
btListener.Server.AddressFamily.ToString();
但不起作用。请建议我获取地址的方式