Hi,
Just as the title says, I want to use nRF52840 as a peripheral(s140, v7.0.1, BLE_NUS_MAX_DATA_LEN is 244) and using NUS.
And it may pair to a nRF51822(s120, BLE_NUS_MAX_DATA_LEN is 20) or recent Smart Phones(BLE_NUS_MAX_DATA_LEN is over 200).
I think it should send proper length of data according to the central's BLE_NUS_MAX_DATA_LEN value.
So, my question is how nRF52840 peripheral know the central's BLE_NUS_MAX_DATA_LEN value?
Thank you