Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS - no data on subscription just before disconnect from device #812

Open
1 task done
TitouanBourveauEXFO opened this issue Oct 26, 2023 · 0 comments
Open
1 task done

Comments

@TitouanBourveauEXFO
Copy link

TitouanBourveauEXFO commented Oct 26, 2023

Describe the bug'
[iOS only]
When the connected device send a data in a notification characteristic just before stopping the connection itself, the subscription in the app doesn't receive the data.

To Reproduce
You need a device that send data just before disconnecting itself.
Steps to reproduce the behavior:

  1. Connect to one device using connectTo()
  2. Subscribe to a non-protected characteristic
  3. The device send data and disconnect right after it

Expected behavior
We must receive the data in the subscription just before the subscription is canceled by the disconnection.

  • I tried doing the same with a general BLE scanner application (e.g. nRF Connect) and it exhibits the expected behavior as described above

Smartphone / tablet

  • Device: iPhone 15
  • OS: iOS 13
  • Package version: 5.2.0

Peripheral device

  • Vendor, model: CUSTOM
  • Does it run a custom firmware / software: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant