diff --git a/subsys/bluetooth/mesh/adv_ext.c b/subsys/bluetooth/mesh/adv_ext.c index e779b39a5dd..c8d1de914d0 100644 --- a/subsys/bluetooth/mesh/adv_ext.c +++ b/subsys/bluetooth/mesh/adv_ext.c @@ -26,6 +26,10 @@ /* Convert from ms to 0.625ms units */ #define ADV_INT_FAST_MS 20 +#ifndef CONFIG_BT_MESH_RELAY_ADV_SETS +#define CONFIG_BT_MESH_RELAY_ADV_SETS 0 +#endif + enum { /** Controller is currently advertising */ ADV_FLAG_ACTIVE,