nRF5 SDK for Mesh v5.0.0
Macros
Defines

Common definitions for the bearer layer. More...

Macros

#define BEARER_ACCESS_ADDR_NONCONN   0x8E89BED6U
 Spec-defined access address for non-connected state.
 
#define BEARER_ADV_INT_MIN_MS   (20)
 Lower boundary on advertisement interval. More...
 
#define BEARER_ADV_INT_MAX_MS   (10240)
 Upper boundary on advertisement interval. More...
 
#define BEARER_SCAN_WIN_MIN_MS   (3)
 Lower Boundary on scan window. More...
 
#define BEARER_SCAN_INT_MAX_MS   (40960)
 Upper Boundary on scan interval. More...
 
#define BEARER_HFCLK_DRIFT_PPM_MAX   (50)
 Largest high frequency clock drift allowed by the Bluetooth specification. More...
 

Detailed Description

Common definitions for the bearer layer.

Macro Definition Documentation

◆ BEARER_ADV_INT_MIN_MS

#define BEARER_ADV_INT_MIN_MS   (20)

Lower boundary on advertisement interval.

Definition at line 52 of file bearer_defines.h.

◆ BEARER_ADV_INT_MAX_MS

#define BEARER_ADV_INT_MAX_MS   (10240)

Upper boundary on advertisement interval.

Definition at line 55 of file bearer_defines.h.

◆ BEARER_SCAN_WIN_MIN_MS

#define BEARER_SCAN_WIN_MIN_MS   (3)

Lower Boundary on scan window.

Definition at line 58 of file bearer_defines.h.

◆ BEARER_SCAN_INT_MAX_MS

#define BEARER_SCAN_INT_MAX_MS   (40960)

Upper Boundary on scan interval.

Definition at line 61 of file bearer_defines.h.

◆ BEARER_HFCLK_DRIFT_PPM_MAX

#define BEARER_HFCLK_DRIFT_PPM_MAX   (50)

Largest high frequency clock drift allowed by the Bluetooth specification.

Definition at line 64 of file bearer_defines.h.


Documentation feedback | Developer Zone | Subscribe | Updated