Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c213 uint8_t priv_proxy_val; member
229 .priv_proxy_val = 10,
245 .priv_proxy_val = 20,
972 uint8_t priv_proxy_val; in test_cfg_save() local
975 current_stack_cfg->priv_proxy_val, &priv_proxy_val); in test_cfg_save()
976 if (err || priv_proxy_val != current_stack_cfg->priv_proxy_val) { in test_cfg_save()
977 FAIL("Failed to set OD Private proxy (err %d, value %d)", err, priv_proxy_val); in test_cfg_save()
1051 uint8_t priv_proxy_val; in test_cfg_load() local
1053 err = bt_mesh_od_priv_proxy_cli_get(test_netkey_idx, TEST_ADDR, &priv_proxy_val); in test_cfg_load()
1054 if (err || priv_proxy_val != current_stack_cfg->priv_proxy_val) { in test_cfg_load()
[all …]