Hello there,
I am using nRF52840 PDK and nRF5_SDK_for_Thread_and_Zigbee_v1.0.0 SDK for BLE and Thread development. I also have a BLE smartphone app communicating with nRF52840. Using BLE GATT custom profile I am able to receive 20 bytes at nRF. I need to transfer more bytes(approx 128 bytes) from smartphone app to nRF. One way is to send multiple chunks of 20 bytes but it would require multiple packet exchanges.
I have found some references on this forum but these are old, some being older than 6 years. I could not come to any conclusion. Is there any way I can achieve this?
Regards,
-Rajendra