Ignore:
Timestamp:
Jul 26, 2009, 3:32:49 PM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

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

    r5316 r5344  
    320320        // connect to the SDP server running on the remote machine
    321321        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);
    323323
    324324        if (session == NULL) {
Note: See TracChangeset for help on using the changeset viewer.