-
Notifications
You must be signed in to change notification settings - Fork 406
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
Showing
2 changed files
with
0 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters