Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 381 → Rev 382

/DUBwise/trunk/j2me/src/BTSearcher.java
50,12 → 50,7
 
remote_device_count=0;
}
 
public void search()
{
searching=true;
remote_device_count=0;
try
{
//First get the local device and obtain the discovery agent.
70,9 → 65,9
log("Problem in searching the blue tooth devices\n" + ex);
}
 
}
 
 
public void inquiryCompleted(int transID) {
 
try {