bluecov bluetooth connect map profile

31 Views Asked by At

I am trying to connect to map profile using bluecov

ClientSession clientSession=null;
clientSession=(ClientSession)Connector.open(serverURL);
hdr=clientSession.createHeaderSet();
hdr.setHeader(HeaderSet.TARGET,"");
hdr=clientSession.connect(hdr);

But it does not connect. Any help would be appreciated.

0

There are 0 best solutions below