Hi I am trying to develop a an application to send data packets over ble using nordic uart service. I wanted to know what is the maximum bytes of data that I can send in one ble transfer. I looked into sdk example ble_app_uart example where I found the variable
m_ble_nus_max_data_len gives maximum length which turns out to be 14 bytes
static uint16_t m_ble_nus_max_data_len = BLE_GATT_ATT_MTU_DEFAULT - 3; This is how the max length is set . I wanted to know if I can increase the length. I also found in one of nrf documentation for ble 5 that length can be 27 bytes for max throughput