Hi all:
on my project,i set
define NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 1
define NRF_SDH_BLE_CENTRAL_LINK_COUNT 6
on my peripheral , i need mtu = 185
on my central, mtu 23 Enough
but set NRF_SDH_BLE_GATT_MAX_MTU_SIZE Will simultaneously affect peripheral and central
when set 23,peripheral will communication slowly(use NUS)
when set 185,show RAM not enough, like the following figure

But I don't have more RAM

Is there a way to set the MTU of peripheral and central separately?