Changeset 5344 for source/ariba/utility/bootstrap/modules
- Timestamp:
- Jul 26, 2009, 3:32:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/bootstrap/modules/bluetoothsdp/BluetoothSdp.cpp
r5316 r5344 320 320 // connect to the SDP server running on the remote machine 321 321 logging_debug("querying services from bt device " << ba2string(&target)); 322 session = sdp_connect(BDADDR_ANY, &target, 0);322 session = sdp_connect(BDADDR_ANY, &target, SDP_RETRY_IF_BUSY); 323 323 324 324 if (session == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.