problems with assigning BLE2901 descriptor #11349
octotus
started this conversation in
Question - Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing BLE code for an insulin pump. The pump is expected to send as many as seven BLECharacteristics to a client. I am assigning a common (text) descriptor to each BLECharacteristic using BLE2901 (code below). I am facing an issue where the code only assigns the BLE2901 Descriptor for 3 characteristics. It refuses to assign it to the 4th. In this code, in
LINES 90 - 110
, it will assign BLE2901 descriptors for 3 BLECharacteristics, but skips the 4th one. When I comment out the 3rd Descriptor assignment altogether, then the 4th one works.This problem also extends to the BLE2902 Descriptor (notify flag).
Can someone help here? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions