Subversion Repositories Projects

Rev

Rev 206 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 206 Rev 382
Line 48... Line 48...
48
        remote_device_name=new String[MAX_DEVICES];
48
        remote_device_name=new String[MAX_DEVICES];
49
        remote_device_mac=new String[MAX_DEVICES];
49
        remote_device_mac=new String[MAX_DEVICES];
Line 50... Line 50...
50
 
50
 
Line 51... Line -...
51
        remote_device_count=0;          
-
 
52
       
-
 
53
    }
-
 
54
 
-
 
55
    public void search()
51
        remote_device_count=0;          
56
    {
-
 
57
        searching=true;
52
       
58
        remote_device_count=0;          
53
        searching=true;
59
        try
54
        try
60
            {
55
            {
61
                //First get the local device and obtain the discovery agent. 
56
                //First get the local device and obtain the discovery agent. 
Line 68... Line 63...
68
            {
63
            {
69
                error=true;
64
                error=true;
70
                log("Problem in searching the blue tooth devices\n" + ex);
65
                log("Problem in searching the blue tooth devices\n" + ex);
Line 71... Line 66...
71
               
66
               
72
            }
-
 
73
 
67
            }
Line -... Line 68...
-
 
68
    }
74
    }
69
 
Line 75... Line 70...
75
 
70
 
76
    public void inquiryCompleted(int transID) {
71
    public void inquiryCompleted(int transID) {
77
 
72