I have 40 kb of data i need to send, and what i thought was using notification by creating a timer, which will be started as soon as device gets connected, in the timeout handler i will convert every data to string using sprintf 7 send in that for loop, which will be written inside timeout handler, but i am not able to receive all the data y.
or what should i do to achieve this in Uart ble example project , please help me ASAP.