Home
last modified time | relevance | path

Searched refs:current_stack_cfg (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c249 static const struct stack_cfg *current_stack_cfg; variable
286 current_stack_cfg = &stack_cfgs[stack_cfg]; in test_args_parse()
901 ASSERT_TRUE(current_stack_cfg != NULL); in test_cfg_save()
910 current_stack_cfg->beacon, &status); in test_cfg_save()
911 if (err || status != current_stack_cfg->beacon) { in test_cfg_save()
916 current_stack_cfg->ttl, &status); in test_cfg_save()
917 if (err || status != current_stack_cfg->ttl) { in test_cfg_save()
922 current_stack_cfg->gatt_proxy, &status); in test_cfg_save()
923 if (err || status != current_stack_cfg->gatt_proxy) { in test_cfg_save()
928 current_stack_cfg->friend, &status); in test_cfg_save()
[all …]