rpble configuration parameters More...
rpble configuration parameters
Definition at line 96 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  | |