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

error on writing descriptor (133) #74

Open
nourmed opened this issue Jun 9, 2019 · 1 comment
Open

error on writing descriptor (133) #74

nourmed opened this issue Jun 9, 2019 · 1 comment

Comments

@nourmed
Copy link

nourmed commented Jun 9, 2019

I am getting the error "error on writing descriptor (133)" when I connect the device (esp32 as server) to an android phone only when I try to read Temperature values on pairied status or not while on Iphone it works just fine ,can't find the reason why

@philips77
Copy link
Member

The only descriptor that nRF Toolbox for Android reads is for the Service Changed characteristic. On bonded devices it ensures that SC indications are enabled. iOS API doesn't allow to read CCC descriptors, so we don't do this on iOS. iOS also deals with the SC indications correctly, so there's no need for any workarounds.
Make sure the CCC descriptor under Service Changed characteristic is readable.

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

2 participants