Changeset 5953 for source/ariba/utility/bootstrap/modules/bluetoothsdp
- Timestamp:
- Aug 14, 2009, 2:17:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp
r5649 r5953 258 258 // 259 259 260 if(!haveConnections()){260 //if(!haveConnections()){ 261 261 262 262 /* … … 304 304 close(sock); 305 305 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; 311 311 logging_debug("next sdp scan try in " << nextscan << " seconds"); 312 312
Note:
See TracChangeset
for help on using the changeset viewer.