This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Updating UUID field and advertising the updated data

I had created application with enabling the UART service(as in Ble_uart_app example) and tried to update the Rx characteristics of UART service in connectable mode through nRF . If disconnected I have to transmit the data updated form app. But it seems the UUID field of normal Beacon mode and Uart service enabled mode is different (to my understanding). To update UUID characteristics what are all the steps I should follow.

Related