These are Central device 52840 settings:





These are peripheral device 52810 settings:


I use official sdk16.0. Central Project is ble_app_multilink_central.Peripheral project is ble_app_blinky.Central device is 52840, peripheral device is 52810,
I change the ble service data len from 1bytes to 20 bytes.
I create a app-timer to send data to peripheral device if there is a link that has post BLE_LBS_C_EVT_DISCOVERY_COMPLETE. If 52840 send data per 30ms, 52840 will print NRF_ERROR_RESOURCES log as shown in the figure above.
52840 send 20bytes to 52810 per 30ms, I don't think it exceeded the speed limit.
attempt:
1、52840 send data per 50ms, there is no exception.But its transmission speed doesn't near maximum;


