Method for UART receive data in provided UART DTM project in BlueNRG SDK
Using the DTM UART project "BlueNRG-1_2 DK 3.1.0/Project/BLE_Examples/DTM" there is a method to send data (transport_layer_send_data) available. However, the corresponding transport_layer_receive_data logic is blocked out by #ifdef and appears to on...