Ignore:
Timestamp:
Aug 14, 2009, 2:17:07 PM (15 years ago)
Author:
Christoph Mayer
Message:

more agressive sdp scan, sdp off when in spovnet, sdp on and agressive when not

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp

    r5649 r5953  
    258258        //
    259259
    260         if(!haveConnections()){
     260        //if(!haveConnections()){
    261261
    262262                /*
     
    304304                close(sock);
    305305
    306         } else {
    307                 logging_debug("have active rfcomm connectinos, not searching");
    308         }
    309 
    310         int nextscan = (rand() % 30) + 5;
     306        //} else {
     307                //logging_debug("have active rfcomm connections, not searching");
     308        //}
     309
     310        int nextscan = (rand() % 5) + 3;
    311311        logging_debug("next sdp scan try in " << nextscan << " seconds");
    312312
Note: See TracChangeset for help on using the changeset viewer.