Searched refs:test_net_key_secondary (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 33 static uint8_t test_net_key_secondary[16] = { 0xca, 0x11, 0xab, 0x1e }; variable 611 beacon_create(&buf, test_net_key_secondary, 0x03, 0x0001); in test_tx_kr_old_key() 631 beacon_create(&buf, test_net_key_secondary, 0x02, 0x0001); in test_tx_kr_old_key() 651 beacon_create(&buf, test_net_key_secondary, 0x00, 0x0001); in test_tx_kr_old_key() 672 err = bt_mesh_cfg_cli_net_key_update(0, cfg->addr, 0, test_net_key_secondary, &status); in test_rx_kr_old_key() 1416 static struct pp_netkey_ctx pp_net1 = {.net_key = (uint8_t *)test_net_key_secondary}; 1627 ASSERT_OK_MSG(bt_mesh_subnet_add(TEST_NET_IDX2, test_net_key_secondary), in test_tx_priv_multi_net_id()
|