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

Bluetooth Serial Port Profile (SPP) Devices not discovered by modified btchat@Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.3.0 RC1
    • 5.3.0 Beta1
    • QPA
    • None
    • Samsung ANdroid Phone XCover 2
    • Android

    Description

      I like to discover SPP with my Android application.
      This is not working.

      So I did some tests with btchat:
      ...
      RemoteSelector remoteSelector(adapter);
      //remoteSelector.startDiscovery(QBluetoothUuid(serviceUuid)); // => origional code
      //remoteSelector.startDiscovery(QBluetoothUuid(QBluetoothUuid::SerialPort)); // => this should discover all SPP devices => not working
      remoteSelector.startDiscovery(QBluetoothUuid()); // => this should discover any device => my PC is listed => so BT is working in general
      if (remoteSelector.exec() == QDialog::Accepted) {
      ...

      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
              scholz.maik@t-online.de Maik
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes