Hi all,
I am working on an application related with voice recording. What problem i am facing is device gets disconnected when i am recording message.If peripheral doesn't send and packet in MAX interval(4sec) then its obvious that its going to disconnect. For recording i am using for loop to store in flash using SPI which will last for 30sec. While recording i am disabling all interrupts so that to not affect the voice quality. After it disconnects from the central device, i am facing problem to reconnect.
What i want is if there is any intermediate way to avoid disconnecting and in stead it should remain in connected state while recording without affecting the voice quality my voice is recorded@8kBytes/sec. Is it possible to send connection data intermediate while recording so that it doesn't loose connection? If so how can i implement it? If not possible i will have to do the same rescanning and reconnecting technique after i have done my analog processing fully
thanks