Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg.h329 uint8_t bt_mesh_subnet_add(uint16_t net_idx, const uint8_t key[16]);
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1816 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()
1956 ASSERT_OK_MSG(bt_mesh_subnet_add(TEST_NET_IDX3, test_net_key_3), 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()
/Zephyr-latest/subsys/bluetooth/mesh/
Dsubnet.c371 uint8_t bt_mesh_subnet_add(uint16_t net_idx, const uint8_t key[16]) in bt_mesh_subnet_add() function
Dcfg_srv.c1672 status = bt_mesh_subnet_add(idx, buf->data); in net_key_add()