Hi,
Now I'm using :nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10056\s140\arm5_no_packs.
And I want to add 'Characteristic User Description Descriptor' to the 'RX characteristic'.
So I added the following code,

The descriptor of 0x2901 does appear when I connect NRF52840 with my mobile phone .But you can see 0x2900 appearing.

Now I only want 0x2901 descriptor, not 0x2900 descriptor,like this.

Can this be done? I noticed that 0x2900 seems to be related to 'wr_aux'. If I want to add 0x2901 descriptor, do I have to add 0x2900 and cannot remove 0x2900 descriptor?
Regards,
Wei