When creating a Server using nRF Connect version 2.6.0.
Cannot set the Descriptor 2901. It gives this error-> "Error occurred adding characteristic. (NRF_ERROR_INVALID_PARAM)"
Regards
When creating a Server using nRF Connect version 2.6.0.
Cannot set the Descriptor 2901. It gives this error-> "Error occurred adding characteristic. (NRF_ERROR_INVALID_PARAM)"
Regards
Hi,
You can only have one 0x2901 User Description descriptor on a characteristic, and only if you set "Write auxiliary" on the characteristic. Does your setup meet those requirements?
Regards,
Terje
Hi,
You can only have one 0x2901 User Description descriptor on a characteristic, and only if you set "Write auxiliary" on the characteristic. Does your setup meet those requirements?
Regards,
Terje
I did not have the write auxiliary set. Thank you.