This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2F: Transfer comparatively large data stream by a SINGLE READ

Part Number: CC2640R2F
Other Parts Discussed in Thread: BLE-STACK

Hi all,

Requirement -  Transfer large data stream through a single read.

Up to now - I'm using CC2640R2F LP as transmitter. Android (With BLE scanner app) and Apple iPhone (Custom app to read characteristics) as reciever. I used "simple peripheral" example in BLEstack. To transmit my own data stream I used Characteristic 5.

Problem - I was able to transmit 20byte (I want to increase this amount also. Please give me a suggestion) data stream updating there values (20 integers increment by 1 in every cycle) in "SimpleBLEPeripheral_performPeriodicTask" function. But when I'm reading from both phones apps (Android & Apple), I need to continuously press read to get the updated value. My requirement is to update the value without pressing read. Please give me a solution for that asap. 

Kindest regards.

Dulip