Replies: 1 comment
-
I'm not sure what the issue is here? NimBLE does not have a handle limit so that parameter does not exist here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using BLEdevice.h, I used to write
where 45 was the number of handles I could specify as a parameter.
It seems like I have trouble using that much handles with Nimbledevice.h.
For the moment I'm writing it like :
which seems to ignore some BLEcharacteristic setups
Is there a work around ? Am I stubborn enough to think it's going to be written in the same way ?
Thank you !
(Using ESP32C3)
Beta Was this translation helpful? Give feedback.
All reactions