iDevices
Forum Documentation
Buy Now

Navigation

    Sweetblue Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Groups
    1. Home
    2. Popular
    • Day
    • Week
    • Month

    • M

      Scans with screen turned off on Android 8.1 and above fail
      General Discussion • • mkurtz

      20
      0
      Votes
      20
      Posts
      6334
      Views

      R

      We're looking at around 2 weeks or so before we put out the official release.
    • I

      Subscribing to Notifications/Indications
      General Discussion • blenotify uuid descriptor • • isansys

      19
      0
      Votes
      19
      Posts
      6272
      Views

      I

      Excellent news, thank you!
    • B

      Increasing speed on an OTA transaction
      General Discussion • • benp

      18
      0
      Votes
      18
      Posts
      4178
      Views

      @benp thanks a lot, will check it out!
    • M

      Prevent reconnect regardless of disconnect reason
      General Discussion • • mkurtz

      17
      0
      Votes
      17
      Posts
      4892
      Views

      R

      @caeduk Please post a new topic with specific steps to reproduce the issue you're having so we can investigate it on our end.
    • Explicit disconnect triggers automatic reconnect?
      General Discussion • • AlejandroHCruz

      15
      0
      Votes
      15
      Posts
      4542
      Views

      R

      Undiscover will disconnect, but will not explicitly unbond.
    • Bonding with autoBondFixes set to true deletes all Bluetooth devices from Sony phones
      General Discussion • • AlejandroHCruz

      14
      0
      Votes
      14
      Posts
      1287
      Views

      R

      @alejandrohcruz Set autoBondFixes to false.
    • Disconnection issues while bonded on Huawei & Honor devices
      General Discussion • • AlejandroHCruz

      11
      0
      Votes
      11
      Posts
      2108
      Views

      Thank you for your replies. It is interesting that you got different results than me. On my undersanding, turning off the Bluetooth adapter definitely terminates the connection and thus the device can be used again for further scanning/connection. I've been trying out a bunch of different things. Sometimes, when the device is stuck on this state, I am able to retrieve the device from the regular getDevice(String macAddress) method. And then I can establish a connection, verify the BONDED state, read the standard Device Information Service, and even enable some BleNotify. However, I am not able to negotiate the MTU as the operation fails with a REMOTE_GATT_FAILURE due to “no resources”. I'll activate autoNegotiateMtuOnReconnect and try again tomorrow, maybe you have some magic in there or I'm doing something wrong. Other than that, I think I'll use the getDevices_bonded() function, filter for the device, and unbond it. Then connect again. That seems to work on the Toolbox V3 app and does not retrigger a bonding notification for some reason.
    • W

      Device state incorrect after RECONNECTING_LONG_TERM using DefaultDeviceReconnectFilter
      General Discussion • device state reconnectfilter reconnecting bug • • wouterh

      10
      0
      Votes
      10
      Posts
      3655
      Views

      R

      Excellent, please let me know if you still see the problem.
    • Interacting with device that's already connected to the OS
      General Discussion • • AlejandroHCruz

      10
      0
      Votes
      10
      Posts
      3013
      Views

      @caeduk interesting, I didn't know that you can do that if you scan without filters. We can probably look into their source code and find more hints i.e. see under which conditions they trigger that notification to ask the user if they want to debug the connection
    • S

      Pairing rejected by: ...
      General Discussion • • SparkyRih

      8
      0
      Votes
      8
      Posts
      2414
      Views

      S

      Well, it's mostly the connecting itself which is the issue... The scanning/finding is pretty consistent now...
    • M

      Timeout
      General Discussion • • mgordon

      8
      0
      Votes
      8
      Posts
      2233
      Views

      M

      Yes, those trigger. We added those when we noticed that the times we set in taskTimeoutRequestFilter or DefaultTaskTimeoutRequestFilter weren't triggering.
    • Disable automatic bonding upon connection
      General Discussion • • AlejandroHCruz

      7
      0
      Votes
      7
      Posts
      2472
      Views

      Gotcha, sounds great!