Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 302 → Rev 303

/branches/ligi_j2me/src/BTSearcher.java
42,6 → 42,13
remote_device_mac=new String[MAX_DEVICES];
 
remote_device_count=0;
}
 
public void search()
{
searching=true;
remote_device_count=0;
try
{
//First get the local device and obtain the discovery agent.
56,10 → 63,9
err_log+="Problem in searching the blue tooth devices\n" + ex;
}
 
}
 
 
public void inquiryCompleted(int transID) {
 
try {