You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peripherals having the supervision timeout set will execute a parameter update request when some central tries to connect to them.
Allowed supervisionTimeout value range: 0x000A to 0x0C80
Actual Timeout: (supervisionTimeout * 10 ms)
Warning: supervision timeout in milliseconds shall be larger than : (1 + Connection_Latency) * Connection_Interval_Max * 2, where Connection_Interval_Max is given in milliseconds.
Example scenario:
- peripheral has supervision timeout set to 1000 -> (actual timeout = 1000 * 10ms)
- central connects to the peripheral with a supervision timeout of 200.
- peripheral execute a parameter update request, putting supervision timeout at 1000.
- central eventually updates the connection parameters accordingly and sends a response containing the result of the update.
0 commit comments