This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2340R5: Is there any UART over BLE bridge example?

Part Number: CC2340R5

Tool/software:

Hi 

Is there any UART over BLE bridge example?

Previously, TI provided a CC26xx example program(Simple Stream Client Profile):

https://github.com/TexasInstruments-Sandbox/ble_examples/blob/simplelink_cc13xx_26xx_sdk-6.40/examples/rtos/LP_CC2651R3SIPA/ble5apps/simple_serial_socket_client/readme.md

(UART over BLE bridge example where a Simple Serial Socket Client (SSSC) and Simple Serial Socket Server (SSSS) connect with one another and exchange UART data over the air.

An generic Simple Stream Service is used making it easy to exchange data sink and source to create a custom serial socket over BLE implementation.)

Is there a such example code for CC2340R5 ?