Hi,
My requirement is to send a bulk of sensor data over BLE to view on the app, I have taken dummy 1000 samples and successfully transferred them by dividing it into chunks of 20 bytes per notification interval. In 10 seconds i'm able to send all the 1000 samples successfully, i would like to send more data samples per notification interval. I have read many comments and queries regarding this but haven't found any clear cut answer. I tried changing the "NRF_SDH_BLE_GATT_MAX_MTU_SIZE" to 247 but then my device is not being discovered at the app side. The code which i am working on contains a custom service with one characteristic which sends an integer data for every notification interval of 100ms.
i have attached the project below, currently working on nrf52832, sdk15 on segger embedded studio.
Please help.8484.ECG_BLE.zip