标签: dictionary bluetooth bluecove
我正在尝试使用bluecov连接到地图个人资料
ClientSession clientSession=null; clientSession=(ClientSession)Connector.open(serverURL); hdr=clientSession.createHeaderSet(); hdr.setHeader(HeaderSet.TARGET,""); hdr=clientSession.connect(hdr);
但它没有连接。任何帮助将不胜感激。