Hi,
I would like to increase the length of read & write characteristic value to 29 bytes. I changed the NRF_SDH_BLE_GAP_DATA_LENGTH = 36 & NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 32. Also changed attr_char_value.max_len = 29 & ram settings & hvx_params.p_len = &gatts_value.len. But on nrfconnect I could see only 22 bytes for read characteristic & 2 bytes for write characteristic. What am I missing?