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

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

XMLWordPrintable

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

      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) {
      ...

        For Gerrit Dashboard: QTBUG-38140
        # Subject Branch Project Status CR V

            ablasche Alex Blasche
            scholz.maik@t-online.de Maik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes