Hi,
I want to make an BLE_UART dongle which will receive the data from the module(An external module is connected through UART) and it will be send over the BLE to ble_receiver. In this case the baud rate of external module may vary for board to board. So how to detect the baud rate and then using the same baud rate in BLE_UART dongle. i.e., baud rate should be detected automatically and it should be used for UART_BLE communication.