Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dcdb.h97 int bt_mesh_cdb_create(const uint8_t key[16]);
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c531 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in oob_provisioner()
665 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_pb_adv_no_oob()
726 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_pb_adv_multi()
787 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_pb_adv_reprovision()
894 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in provisioner_pb_remote_client_setup()
986 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_pb_remote_client_parallel()
1444 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_device_pb_remote_client_server_same_dev()
Dtest_persistence.c440 ASSERT_OK(bt_mesh_cdb_create(primary_netkey)); in provisioner_setup()
/Zephyr-Core-3.7.0/samples/bluetooth/mesh_provisioner/src/
Dmain.c278 err = bt_mesh_cdb_create(net_key); in bt_ready()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dcdb.c732 int bt_mesh_cdb_create(const uint8_t key[16]) in bt_mesh_cdb_create() function
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Dshell.c1200 err = bt_mesh_cdb_create(net_key); in cmd_cdb_create()
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/
Dbtp_mesh.c1426 err = bt_mesh_cdb_create(net_key); in provision_node()