Hi,
While executing the code
sess = sdp_connect(&interface, bdaddr, SDP_RETRY_IF_BUSY);
if (!sess)
{
//session cannot be established
//need to quit
//if(globalData.debug)
msg_print("Session Cannot be established with BT ADDR
....\nquitting .....\n");
return -1;
//break;
//sleep(2);
}
i am getting error message "Seesion Cannot be established with BT ADDR" too
often ,although the device is scanned properly and is well within the dongle
reach.What can be the possible reasons for this.
regards
siddhant