Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. QBluetoothServiceDiscoveryAgent: Full discovery always fails

QBluetoothServiceDiscoveryAgent: Full discovery always fails

Scheduled Pinned Locked Moved Unsolved Qt for Python
1 Posts 1 Posters 121 Views
  • 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.
  • R Offline
    R Offline
    Ravenboy
    wrote on last edited by Ravenboy
    #1

    On Macos Sequoia 156.01 on a M# MacBook pro:

    after registering the service (which is successful, I start a service discovery scan with DiscoveryMode.FullDiscovery

    nothing is discovered, and after about ten seconds I get the following output:

    qt.bluetooth.darwin: Manually interrupting IOBluetoothDeviceInquiry
    qt.bluetooth.darwin: inquiry failed with IOKit code: -536870186

    and my discoveryErrorOccurred() function is called with

    <Error.UnknownError: 100>

    other times it fails with
    qt.bluetooth.darwin: Manually interrupting IOBluetoothDeviceInquiry
    qt.bluetooth.darwin: failed to open connection or start an SDP query
    qt.bluetooth.darwin: inquiry failed with IOKit code: 10
    (and the dscoverErrorOccured function is NOT called.

    discovery with DiscoveryMode.MinimalDiscovery does successfully find what is already in the system bluetooth cache

    looked here and online, didn't find anything useful

    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