![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the default sniff parameters used in the function bt_gap_set_default_sniff_parameters(). More...
#include <bt_gap.h>
Data Fields | |
| uint16_t | max_sniff_interval |
| The maximum acceptable interval between each consecutive sniff periods with a range from 0x0006 to 0x0540. More... | |
| uint16_t | min_sniff_interval |
| The minimum acceptable interval between each consecutive sniff periods with a range from 0x0006 to 0x0540. More... | |
| uint16_t | sniff_attempt |
| The number of master-to-slave transmission slots during which a device should listen for traffic with a range from 0x0001 to 0x7FFF. More... | |
| uint16_t | sniff_timeout |
| The amount of time before a sniff timeout occurs with a range from 0x0000 to 0x0028. More... | |
This structure defines the default sniff parameters used in the function bt_gap_set_default_sniff_parameters().
| uint16_t max_sniff_interval |
The maximum acceptable interval between each consecutive sniff periods with a range from 0x0006 to 0x0540.
Time = N * 0.625msec.
| uint16_t min_sniff_interval |
The minimum acceptable interval between each consecutive sniff periods with a range from 0x0006 to 0x0540.
Time = N * 0.625msec.
| uint16_t sniff_attempt |
The number of master-to-slave transmission slots during which a device should listen for traffic with a range from 0x0001 to 0x7FFF.
Time = N * 1.25msec.
| uint16_t sniff_timeout |
The amount of time before a sniff timeout occurs with a range from 0x0000 to 0x0028.
Time = N * 1.25msec.