We are trying to get the ble_app_uart project to run on an nRF52810 using Soft Device 113, since our application will require the LE Data Packet Length Extension.
Can you tell me what I need to change to change the Softdevice S112 to S113?
We are trying to get the ble_app_uart project to run on an nRF52810 using Soft Device 113, since our application will require the LE Data Packet Length Extension.
Can you tell me what I need to change to change the Softdevice S112 to S113?
hi,
here is the example code.
hi,
here is the example code.
Thank you for your reply.
Is this example support DLE function?
I couldn't send a Long packet at once.
Hi,
It would check the softdevice version. on the ble_gatt.c, it would check whether it has the DLE support or not. If yes, it supposes to do the DLE exchange.