Loading...
Searching...
No Matches
nimble_rpble_cfg_t Struct Reference

rpble configuration parameters More...

Detailed Description

rpble configuration parameters

Definition at line 97 of file nimble_rpble.h.

#include <nimble_rpble.h>

Data Fields

uint32_t scan_itvl_ms
 scan interval when scanning for parents, in ms
 
uint32_t scan_win_ms
 scan window when scanning for parents, in ms
 
uint32_t adv_itvl_ms
 advertising interval used when advertising RPL context to child nodes, in ms
 
uint32_t conn_scan_itvl_ms
 scan interval when connecting to parent, in ms
 
uint32_t conn_scan_win_ms
 scan window when connecting to parent, in ms
 
uint32_t conn_scan_to_ms
 timeout when connecting to parent, in ms
 
uint32_t conn_itvl_min_ms
 lower bound of connection interval range, in ms
 
uint32_t conn_itvl_max_ms
 upper bound of connection interval range, in ms
 
uint16_t conn_latency
 used slave latency for parent connection
 
uint32_t conn_super_to_ms
 used supervision timeout for parent connection, in ms
 
nimble_phy_t phy_mode
 BLE PHY mode to use.
 
uint32_t eval_itvl_min_ms
 amount of time a node searches for potential parents, lower bound in ms
 
uint32_t eval_itvl_max_ms
 amount of time a node searches for potential parents, upper bound in ms
 

Field Documentation

◆ adv_itvl_ms

uint32_t nimble_rpble_cfg_t::adv_itvl_ms

advertising interval used when advertising RPL context to child nodes, in ms

Definition at line 102 of file nimble_rpble.h.

◆ conn_itvl_max_ms

uint32_t nimble_rpble_cfg_t::conn_itvl_max_ms

upper bound of connection interval range, in ms

Definition at line 111 of file nimble_rpble.h.

◆ conn_itvl_min_ms

uint32_t nimble_rpble_cfg_t::conn_itvl_min_ms

lower bound of connection interval range, in ms

Definition at line 109 of file nimble_rpble.h.

◆ conn_latency

uint16_t nimble_rpble_cfg_t::conn_latency

used slave latency for parent connection

Definition at line 113 of file nimble_rpble.h.

◆ conn_scan_itvl_ms

uint32_t nimble_rpble_cfg_t::conn_scan_itvl_ms

scan interval when connecting to parent, in ms

Definition at line 104 of file nimble_rpble.h.

◆ conn_scan_to_ms

uint32_t nimble_rpble_cfg_t::conn_scan_to_ms

timeout when connecting to parent, in ms

Definition at line 108 of file nimble_rpble.h.

◆ conn_scan_win_ms

uint32_t nimble_rpble_cfg_t::conn_scan_win_ms

scan window when connecting to parent, in ms

Definition at line 106 of file nimble_rpble.h.

◆ conn_super_to_ms

uint32_t nimble_rpble_cfg_t::conn_super_to_ms

used supervision timeout for parent connection, in ms

Definition at line 114 of file nimble_rpble.h.

◆ eval_itvl_max_ms

uint32_t nimble_rpble_cfg_t::eval_itvl_max_ms

amount of time a node searches for potential parents, upper bound in ms

Definition at line 119 of file nimble_rpble.h.

◆ eval_itvl_min_ms

uint32_t nimble_rpble_cfg_t::eval_itvl_min_ms

amount of time a node searches for potential parents, lower bound in ms

Definition at line 117 of file nimble_rpble.h.

◆ phy_mode

nimble_phy_t nimble_rpble_cfg_t::phy_mode

BLE PHY mode to use.

Definition at line 116 of file nimble_rpble.h.

◆ scan_itvl_ms

uint32_t nimble_rpble_cfg_t::scan_itvl_ms

scan interval when scanning for parents, in ms

Definition at line 98 of file nimble_rpble.h.

◆ scan_win_ms

uint32_t nimble_rpble_cfg_t::scan_win_ms

scan window when scanning for parents, in ms

Definition at line 100 of file nimble_rpble.h.


The documentation for this struct was generated from the following file: