蓝牙socket 中setserver问题!
[DllImport("Btdrt.dll", SetLastError = true)]public static extern int BthNsSetService(
byte[] lpqsRegInfo,
WSAESETSERVICEOP essoperation,
int dwControlFlags);
其中lpqsRegInfo应该如何使用?谢谢!! --------------------编程问答-------------------- 看他提供的sdk
补充:.NET技术 , C#