Hello,
I have merged the multilink central and ble_app_uart_c examples to connect to the 4 ble peripheral devices. I am using nRF5_SDK_17.1.0_ddde560 and SES for programming.
Now I want to change the Name, baud rate, Nodeid of the Bluetooth by using AT command mode. The ble should enter in AT Command Mode by specific character set like "#$%".
Using AT commands in the command mode, I should able to change and read the Device Name, Node ID, and Baudrate.
I am new to this. Please suggest if there is any example available of this kind.