Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c210 uint8_t priv_beacon_gatt; member
226 .priv_beacon_gatt = 0,
242 .priv_beacon_gatt = 1,
962 uint8_t priv_beacon_gatt = current_stack_cfg->priv_beacon_gatt; in test_cfg_save() local
964 err = bt_mesh_priv_beacon_cli_gatt_proxy_set(test_netkey_idx, TEST_ADDR, priv_beacon_gatt, in test_cfg_save()
965 &priv_beacon_gatt); in test_cfg_save()
1034 uint8_t priv_beacon_gatt; in test_cfg_load() local
1043 err = bt_mesh_priv_beacon_cli_gatt_proxy_get(test_netkey_idx, TEST_ADDR, &priv_beacon_gatt); in test_cfg_load()
1044 if (err || priv_beacon_gatt != current_stack_cfg->priv_beacon_gatt) { in test_cfg_load()
1046 priv_beacon_gatt); in test_cfg_load()