Changeset 5447 for source/ariba/utility/bootstrap/modules
- Timestamp:
- Jul 29, 2009, 6:34:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp
r5432 r5447 296 296 close(sock); 297 297 298 int nextscan = 60; //(rand() % 30) + 5;298 int nextscan = (rand() % 30) + 5; 299 299 logging_debug("next sdp scan in " << nextscan << " seconds"); 300 300
Note:
See TracChangeset
for help on using the changeset viewer.