![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the default sniff subrating parameters used in the function bt_gap_set_default_sniff_subrating_parameters(). More...
#include <bt_gap.h>
Data Fields | |
| uint16_t | latency |
| The maximum latency that the remote device may use with a range from 0x0002 to 0xFFFE. More... | |
| uint16_t | min_remote_timeout |
| The minimum base sniff subrate timeout that the remote device may use with a range from 0x0006 to 0x0540. More... | |
| uint16_t | min_local_timeout |
| The minimum base sniff subrate timeout that the local device may use with a range from 0x0001 to 0x7FFF. More... | |
This structure defines the default sniff subrating parameters used in the function bt_gap_set_default_sniff_subrating_parameters().
| uint16_t latency |
The maximum latency that the remote device may use with a range from 0x0002 to 0xFFFE.
Time = N * 0.625msec.
| uint16_t min_local_timeout |
The minimum base sniff subrate timeout that the local device may use with a range from 0x0001 to 0x7FFF.
Time = N * 1.25msec.
| uint16_t min_remote_timeout |
The minimum base sniff subrate timeout that the remote device may use with a range from 0x0006 to 0x0540.
Time = N * 0.625msec.