Set of configuration parameters needed to run autoconn. More...
Set of configuration parameters needed to run autoconn.
Definition at line 132 of file nimble_autoconn.h.
#include <nimble_autoconn.h>
Data Fields | |
uint32_t | period_scan |
amount of time spend in scanning mode [in ms] | |
uint32_t | period_adv |
amount of time spend in advertising mode [in ms] | |
uint32_t | period_jitter |
a random value from 0 to this value is added to the duration of each scanning and advertising period [in ms] | |
uint32_t | adv_itvl |
advertising interval used when in advertising mode [in ms] | |
uint32_t | scan_itvl |
scan interval applied while in scanning state [in ms] | |
uint32_t | scan_win |
scan window applied while in scanning state [in ms] | |
uint32_t | conn_timeout |
opening a new connection is aborted after this time [in ms] | |
uint32_t | conn_itvl |
connection interval used when opening a new connection [in ms] | |
uint16_t | conn_latency |
slave latency used for new connections [in ms] | |
uint32_t | conn_super_to |
supervision timeout used for new connections [in ms] | |
const char * | node_id |
node ID included in the advertising data, may be NULL | |