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. requestPairing - no SIGNAL...
Forum Updated to NodeBB v4.3 + New Features

requestPairing - no SIGNAL...

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 242 Views 2 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    This is my simple code :

    localDevice.requestPairing(adapter.address(),
    QBluetoothLocalDevice::AuthorizedPaired);

    I have verify my "connect" by running pairingFinished

    • it does run my SLOT function. .

    What is my next step to verify and fix failing paring?

    Pl45m4P A 2 Replies Last reply
    0
    • A Anonymous_Banned275

      This is my simple code :

      localDevice.requestPairing(adapter.address(),
      QBluetoothLocalDevice::AuthorizedPaired);

      I have verify my "connect" by running pairingFinished

      • it does run my SLOT function. .

      What is my next step to verify and fix failing paring?

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by
      #2

      @AnneRanch said in requestPairing - no SIGNAL...:

      What is my next step to verify and fix failing paring?

      Check what's written there:

      • https://doc.qt.io/qt-6/qbluetoothlocaldevice.html#pairingFinished

      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      1 Reply Last reply
      0
      • A Anonymous_Banned275

        This is my simple code :

        localDevice.requestPairing(adapter.address(),
        QBluetoothLocalDevice::AuthorizedPaired);

        I have verify my "connect" by running pairingFinished

        • it does run my SLOT function. .

        What is my next step to verify and fix failing paring?

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        @AnneRanch Fixed by carefully RTFM and byscanner code example.
        SOLVED

        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