Searched refs:bt_mesh_subnet_add (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg.h | 329 uint8_t bt_mesh_subnet_add(uint16_t net_idx, const uint8_t key[16]);
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 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() 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/ |
D | subnet.c | 371 uint8_t bt_mesh_subnet_add(uint16_t net_idx, const uint8_t key[16]) in bt_mesh_subnet_add() function
|
D | cfg_srv.c | 1672 status = bt_mesh_subnet_add(idx, buf->data); in net_key_add()
|