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 module is non-functional
Forum Updated to NodeBB v4.3 + New Features

Qt Bluetooth module is non-functional

Scheduled Pinned Locked Moved Solved General and Desktop
7 Posts 3 Posters 5.0k 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.
  • JulianJ Offline
    JulianJ Offline
    Julian
    wrote on last edited by
    #1

    Hello Im having a problem trying to set up a Bluetooth server and I saw this topic:
    https://forum.qt.io/topic/69087/error-qt-bluetooth-dummy-backend-running-a-problem-about-using-qbluetooth

    Is the Bluetooth protocol supported on the windows platform now?

    I got this message when I run the Chat bluetooth example:

    qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional.
    
    Cannot bind chat server to "00:00:00:00:00:00"
    

    Can anyone help me? Thanks in advance.

    Best Regards.

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

      Hi,

      What version of Qt ?
      What OS ?
      What device are you trying to connect with ?

      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
      • JulianJ Offline
        JulianJ Offline
        Julian
        wrote on last edited by
        #3

        Hello SGaist.

        Sorry, I did not give that information.

        Qt version: 4.6.0
        SO: Windows 10
        Device: Android mobile platform. Android 7.0

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

          Qt 4.6.0 ?

          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
          • JulianJ Julian

            Hello Im having a problem trying to set up a Bluetooth server and I saw this topic:
            https://forum.qt.io/topic/69087/error-qt-bluetooth-dummy-backend-running-a-problem-about-using-qbluetooth

            Is the Bluetooth protocol supported on the windows platform now?

            I got this message when I run the Chat bluetooth example:

            qt.bluetooth: Dummy backend running. Qt Bluetooth module is non-functional.
            
            Cannot bind chat server to "00:00:00:00:00:00"
            

            Can anyone help me? Thanks in advance.

            Best Regards.

            J.HilkJ Online
            J.HilkJ Online
            J.Hilk
            Moderators
            wrote on last edited by J.Hilk
            #5

            hi @Julian
            you‘ll need to use MSVC compiler & Qt version

            QtBluetooth is currently not supported on windows using mingw

            @SGaist 4.6.0 refers most likly to the QtCreator version 😔


            Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


            Q: What's that?
            A: It's blue light.
            Q: What does it do?
            A: It turns blue.

            1 Reply Last reply
            4
            • JulianJ Offline
              JulianJ Offline
              Julian
              wrote on last edited by
              #6

              @J.Hilk said in Qt Bluetooth module is non-functional:

              you‘ll need to use MSVC compiler & Qt version

              Thanks, It works with MSVC compiler.

              Only for curiosity. Why does it work with MSVC and not with Mingw? Since a C ++ compiler links libraries and carries out an executable code from source code and the definitions of the variables, macros and structures as well as the functions and services (or daemons) are defined in the system libraries.

              J.HilkJ 1 Reply Last reply
              0
              • JulianJ Julian

                @J.Hilk said in Qt Bluetooth module is non-functional:

                you‘ll need to use MSVC compiler & Qt version

                Thanks, It works with MSVC compiler.

                Only for curiosity. Why does it work with MSVC and not with Mingw? Since a C ++ compiler links libraries and carries out an executable code from source code and the definitions of the variables, macros and structures as well as the functions and services (or daemons) are defined in the system libraries.

                J.HilkJ Online
                J.HilkJ Online
                J.Hilk
                Moderators
                wrote on last edited by
                #7

                @Julian
                taken directly from the docu (first paragraph in fact ;-) ):

                https://doc.qt.io/qt-5.11/qtbluetooth-index.html

                0_1543580736356_637f84b4-a109-4fb4-b31b-4c43b35cee89-image.png

                afaik mingw does not support WinRT and it's apis.


                Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                Q: What's that?
                A: It's blue light.
                Q: What does it do?
                A: It turns blue.

                1 Reply Last reply
                4

                • Login

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