Hi,
Just a small question. In the SDK 15 documentation for the Experimental: GATT Module documentation, could it be that the following sentence "The default value that the module uses is NRF_SDH_BLE_GATT_MAX_MTU_SIZE, which is set to 251 bytes.", should be 247 bytes instead of 251? As I understand, the Data Length has 4 bytes overhead, so if maximum data length is 251 bytes, then maximum MTU should be 247 bytes (to fit in one packet)? Same as if data length is 27 bytes, then MTU is 23 bytes max. (to fit in one packet)?
Kind regards,
Mathias