Searched refs:priv_beacon_gatt (Results 1 – 1 of 1) sorted by relevance
210 uint8_t priv_beacon_gatt; member226 .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() local964 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() local1043 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()