I am using the nrf52832 with the s132 for a project in which I have a frame with 24 bytes that need to be transmitted through BLE. I have followed the tutorials and I have developed my own_service with its own characteristics transmitting 20 bytes. Is it possible to transmit up to 24bytes? Or would I need to create another characteristic in order to achieve this? Another question is related with how fast can I go for this frame size. Is it possible that the time required for doing a single transmissions is it lower that 1ms? How can I calculate this? What is the time required for doing this transmissions ? Thank you in advanced!