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 might take longer, as it depends on the connection interval and when controller deciders to do it. This patch changes meaning of this 40 sec timer to be only a guard so the application does not perform too many connection update parameter requests. Now when timeout fires, application will not be notified about that and link will not be dropped.
- Loading branch information