how to create custom service in order to send dummy message, not from the console, I
have to make one char arr[]="hello" this is a fixed string, then where i have add this string as data and what are the parameters are required to create simple custom service?
please tell me the stepwise procedure to do this.
I don't want to send the data by this type of window as a shown in the below picture and also by mobile app.
I am following below programs:
ble_ap_uart_s132_pca10040(periphral) ble_app_uart_c_s132_pca10040(central)