This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE Generic UART service, is there?

For conventional Bluetooth, if two devices are connected, we can send and receive text/bytes to and from each other. It is generic since the two devices can be from different vendor.

For BLE, if we run nRF UART application on one device, the other one must also run the same application so that we can send and receive from each other. Is there a generic UART service defined in BLE? If no, why is that?

Related