Hello All,
I am working on nRF51822 custom board.Use SDK nRF5 12.3.0 in IAR workbench.
I am use ble peripheral example path given below,
...\...\examples\ble_peripheral\ble_app_template.
In application I create one custom service and in advertisement packet I used 128 bit UUID.
In custom service I added three characteristic.In this application is working properly
Below I give characteristic description,
First characteristic : notification and read enable and 64-bit data send to mobile application.
Second characteristic: write, notification and read enabled and 20 byte data send and receive from mobile.
Third characteristic: notification and read enable and 2 byte data send to mobile.
When I add one more characteristic in my application but after that in the advertisement UUID getting changed.
Below I give characteristic description,
Forth characteristic: notification and read enable and 2 byte data send to mobile.
So my question is how can i add one more characteristic in my code?
one more question is what is the reason of advertisement UUID getting changed?
Please give me answer of my question as soon as possible.
Thanks & Regard,
Urvisha Andani