I am modifying the BLE UART example, client and server, in order to have a higher throughput. I have selected that the connection interval is 7.5ms with a total number of 50 bytes to be transmitted.
On the BLE-NUS example, when I try to modify NRF_BLE_GATT_MAX_MTU_SIZE (currently 158 bytes) the program gives me an error, where can I change this without getting an error?
I am using the function ble_nus_string_send() to do the transmission,does this function split the message already in different packets?
If NRF_BLE_GATT_MAX_MTU_SIZE is 158? How many packets are available there?
Would it be better if I reduce the NRF_BLE_GATT_MAX_MTU_SIZE to 23? How many packets would I have there? This is settled by S132 no?
I am sorry for all the questions!!
Thank you in advance!