Structure for LE Scan parameters. More...
#include <whd_types.h>
Data Fields | |
uint16_t | priority |
LE scan priority. More... | |
uint16_t | duty_cycle |
LE scan duty cycle. More... | |
uint16_t | max_win |
LE Max Scan window. More... | |
uint16_t | int_grant |
LE Small Interval Grant. More... | |
uint16_t | scan_int |
LE scan interval. More... | |
uint16_t | scan_win |
LE scan Window. More... | |
Structure for LE Scan parameters.
Definition at line 1005 of file whd_types.h.
uint16_t duty_cycle |
LE scan duty cycle.
Definition at line 1008 of file whd_types.h.
uint16_t int_grant |
LE Small Interval Grant.
Definition at line 1010 of file whd_types.h.
uint16_t max_win |
LE Max Scan window.
Definition at line 1009 of file whd_types.h.
uint16_t priority |
LE scan priority.
Definition at line 1007 of file whd_types.h.
uint16_t scan_int |
LE scan interval.
Definition at line 1011 of file whd_types.h.
uint16_t scan_win |
LE scan Window.
Definition at line 1012 of file whd_types.h.