Hi all,
It could be something simple, but I cant get it yet.
If I increase: NRF_BLE_GATT_MAX_MTU_SIZE from 23 to 247 on sdk_config.h attr_char_value.max_len inside my characterstic to 244 on the service file params.p_len = 244;
when I call sd_ble_gatts_hvx() I cant see nothing being pushed from my peripheral are these the correct steps to increase the MTU size and send biggers packets thought BLE? or do I have to do some extra steps?
Thanks Marco