I'm sampling an ADC pin at 100 Hz for 6 seconds, and sending the value over BLE 4.2 to an iOS app. The problem I'm seeing is that randomly during this sampling the iOS app throws an error - "Peripheral disconnected with error code 6". Note that my CC2640R2F is still in the GAPROLE_CONNECTED state, and it has completely finished the ADC sampling. I have reduced printfs in my code to a minimum so there are none during the sampling period.