Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-44935

QBluetoothSocket::waitForReadyRead() is not correctly worked on Linux.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.4.0
    • None

    Description

      QBluetoothSocket::waitForReadyRead(5000) allways return 0, but next code is worked:

          int timeout(5);
          while (timeout && !_device->bytesAvailable())
          {
              msleep(100);
              timeout--;
              eventDispatcher()->processEvents(QEventLoop::AllEvents);
          }
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              ablasche Alex Blasche
              naugreem Boris Shmarin
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes