Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c32 static uint8_t test_net_key_2[16] = { 0xca, 0x11, 0xab, 0x1e }; variable
601 beacon_create(&buf, test_net_key_2, 0x03, 0x0001); in test_tx_kr_old_key()
621 beacon_create(&buf, test_net_key_2, 0x02, 0x0001); in test_tx_kr_old_key()
641 beacon_create(&buf, test_net_key_2, 0x00, 0x0001); in test_tx_kr_old_key()
662 err = bt_mesh_cfg_cli_net_key_update(0, cfg->addr, 0, test_net_key_2, &status); in test_rx_kr_old_key()
1563 static struct netkey_ctx pp_net1 = {.net_key = (uint8_t *)test_net_key_2, .net_idx = 1};
1816 ASSERT_OK_MSG(bt_mesh_subnet_add(TEST_NET_IDX2, test_net_key_2), in test_tx_priv_multi_net_id()
1954 ASSERT_OK_MSG(bt_mesh_subnet_add(TEST_NET_IDX2, test_net_key_2), in test_tx_proxy_adv_multi_subnet_coex()
1989 ASSERT_OK_MSG(bt_mesh_subnet_add(TEST_NET_IDX2, test_net_key_2), in test_tx_proxy_adv_solicit_trigger()