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. QBluetoothServiceDiscoveryAgent fails to "find " all bluetooth devices
Forum Updated to NodeBB v4.3 + New Features

QBluetoothServiceDiscoveryAgent fails to "find " all bluetooth devices

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

    The documentation clearly states that when no parameters are passed to
    QBluetoothServiceDiscoveryAgent it should "discover" ALL reachable Bluetooth "service".

    Similar class has no issue finding ALL Bluetooth "devices " - all four of them.

    I am unable to interpret the error thrown by "bluez".

    Any help would be appreciated.

            QBluetoothServiceDiscoveryAgent *discoveryAgent_service  = new  QBluetoothServiceDiscoveryAgent();
    
    
    "Service  name  OontZ Angle solo D29"
    "Service address  ED:C3:50:CA:6D:29"
    
    qt.bluetooth.bluez: No uuids found for "98:D3:31:FC:10:73"
    qt.bluetooth.bluez: No uuids found for "98:D3:31:FB:12:EB"
    qt.bluetooth.bluez: No uuids found for "98:D3:31:F8:39:33"
    
    ADDENDUM 
    After RTFM I added "FullDiscovery" to   QBluetoothServiceDiscoveryAgent  start.
    
    
    Now I am :discovering : the device I need to connect  to, but now finding on; 1..
    Maybe i need to increase the  :finished ": time next...
    
    "finished adding  remote service device to list...  "
    "ServiceCount... 1"
    "Device name  SPP-CA"
    "Device address  98:D3:31:F8:39:33"
    "Service provider  "
    
    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