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

parseNotification read sequence wrong on Samsung phones #26

Open
persan666 opened this issue Oct 15, 2020 · 2 comments
Open

parseNotification read sequence wrong on Samsung phones #26

persan666 opened this issue Oct 15, 2020 · 2 comments

Comments

@persan666
Copy link

More problems with Samsung phones.

I often get the following error 'parseNotification read sequence wrong' when using a Samsung Galaxy S10+ Android 10.
I have tried on a Sony Xperia XZ 2 and it is working well.

/Per

@persan666
Copy link
Author

I manage to solve the problem temporarily by applying the following fix from the forum

espressif/esp-idf#5792

components/bt/host/bluedroid/btc/profile/esp/blufi/blufi_prf.c

esp_ble_get_cur_sendable_packets_num(blufi_env.conn_id) -> esp_ble_get_sendable_packets_num()

@persan666
Copy link
Author

The revert of the commit mention in my previous comment did not entirely solve the problem, I still sometimes get the 'parseNotification read sequence wrong' error when using a Samsung Galaxy S10+ phone.

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