Dear Nordic:
My peripheral is configured to use MTU 247.
When connected by NrfConnect of IOS, I can receive NRF_BLE_GATT_EVT_ATT_MTU_UPDATED event and check the effecitve mtu.
But with NrfConnect Android, I receive NRF_BLE_GATT_EVT_DATA_LENGTH_UPDATED instead of NRF_BLE_GATT_EVT_ATT_MTU_UPDATED, and data length is 0x1B(27).
What makes the difference? NRF52832/S332/SDK13, could you give me some advise?