Hi,
Using the nRF52832 device with the S132-v4.0.2 soft-device (s132_nrf52_4.0.2_softdevice) (So customized that two nRF52832 devices with the same Soft-Device interact with each other).
I am sending a Notification from Server to Client with Data that i would like to Extend in order to send more Data (from 23 bytes to 30 bytes). I have understood that i could make an MTU exchange or a Data length extension (DLE) to make this happen.
1.What is the difference between the two Options ?
2. Which Option is more suitable for me ?
3. How to implement the chosen Option ? (where should the code be placed? For example with the BLE_BAS service)
Thanks a lot for your Help.