We want to use eye blinks as input for switch control in iOS. We have a bluetooth device that broadcasts raw EEG over bluetooth, and it is easy to process those signals to determine when the wearer has blinked. But that processing does not happen on the device, it happens in code on the phone.
So: Is it possible to have something on the phone that is processing eeg, and when it sees a blink, will tell iOS that a switch-control press has happened?