Hi,
We're working with very specific hardware which requires us to watch very closely. We're currently considering a blocking function in an ble event handler which can take up to 166 ms to return a value.
What's the maximum time a function call may take with respect to the rest of the application and especially the SoftDevice. We're using s110 and SDK v10.
Edit: Or more specifically, what connection interval should we use to get 170 ms of available time and how do we know when that time is available?
Thanks!