This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

cannot transfer 100 bytes everytime (s132_nrf52_5.0.0+nRF5_SDK_14.0.0_3bcc1f7+ble_app_uart)

hi,everyone!

we use the example

"nRF5_SDK_14.0.0_3bcc1f7\examples\ble_peripheral\ble_app_uart\pca10040\s132"ble_app_uart,

we also defined

"#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 103" in the sdk_config.h,but we can only transfer 20 bytes everytime.

we want to transfer 100 bytes everytime without Unpacking,how we need to do,Please could you advise me what I should do?

Related