Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nimble/gap: Remove notification for update process timeout.
The connection parameter update process has a hard-coded 40-second timeout, but in reality, the time it takes to complete a connection parameter update will be around 6 * (connection interval) * (latency), which for some connection parameters will greatly exceed 40 seconds. The timer was intended for the L2CAP update process, and is deleted once a response is received, so it needs to be there. However, for the LL process there's no reason to inform the application of the timeout and thereby cause the connection to close.
- Loading branch information