I create a simple BLE application.
I sent succesfully bytes to my BLE device. It is a command with response. And now I would like to receive a few bytes in my MIT App from my BLE device and display/show them somehow on the screen.
Can You help me to do this? Which blocks use to receive and display received bytes?
Here's the shortest answer -
You have to register for bytes once after connection,
and include an event block for When Bytes Arrive to give you a list of bytes.