Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional.
Forum Updated to NodeBB v4.3 + New Features

qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional.

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 513 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SuvenduBLR
    wrote on last edited by
    #1

    Re: Qt Bluetooth module is non-functional

    I have the issue with Bluetooth module programming.
    Application output logs "qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional."

    Trying with the example given in Qt::example===========
    QBluetoothLocalDevice localDevice;
    QString localDeviceName;

      // Check if Bluetooth is available on this device
     if (localDevice.isValid()) {
    
         qDebug()<<"Welcome to Bluetooth programming...";
    
         // Turn Bluetooth on
         localDevice.powerOn();
    
         // Read local device name
         localDeviceName = localDevice.name();
    
         qDebug()<<localDeviceName;
    
         // Make it visible to others
         localDevice.setHostMode(QBluetoothLocalDevice::HostDiscoverable);
     }
    

    ===============================================

    My Qt version : Qt 5.6.1 (MSVC 2013, 32 bit)
    OS : Windows 10
    Bluetooth module in HP Laptop (Qt program runs here) :
    Remote Device : Galaxy J2 & ASUS T00J
    QT += bluetooth (in .pro file)

    Can anyone helps me to sort the issue ?

    Thanks in advance.
    Suvendu

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      @SuvenduBLR said in qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional.:

      Qt 5.6.1 (MSVC 2013, 32 bit)

      Here is your issue. Move to Qt 5.15.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved