Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c112 ASSERT_OK_MSG(bt_mesh_provision(test_net_key, 0, 0, 0, tester_cfg.addr, tester_cfg.dev_key), in tester_configure()
131 bt_mesh_provision(test_net_key, 0, 0, 0, iut_cfg.addr, iut_cfg.dev_key), in iut_configure()
Dtest_provision.c522 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in oob_provisioner()
656 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in test_provisioner_pb_adv_no_oob()
717 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in test_provisioner_pb_adv_multi()
735 ASSERT_OK(bt_mesh_provision(test_net_key, 0, flags, 0, 0x0001, dev_key)); in test_provisioner_iv_update_flag_zero()
753 ASSERT_OK(bt_mesh_provision(test_net_key, 0, flags, 0, 0x0001, dev_key)); in test_provisioner_iv_update_flag_one()
778 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in test_provisioner_pb_adv_reprovision()
884 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in provisioner_pb_remote_client_setup()
976 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in test_provisioner_pb_remote_client_parallel()
1434 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in test_device_pb_remote_client_server_same_dev()
Dtest_suspend.c166 ASSERT_OK(bt_mesh_provision(net_key, 0, 0, 0, cfg.addr, cfg.dev_key)); in provision_and_configure()
356 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, dut_cfg.addr, dut_cfg.dev_key)); in dut_gatt_common()
Dtest_op_agg.c140 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key)); in op_agg_test_prov_and_conf()
Dtest_sar.c158 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key)); in prov_and_conf()
Dtest_cdp1.c296 err = bt_mesh_provision(net_key, 0, 0, 0, cfg.addr, cfg.dev_key); in provision_and_configure()
Dtest_lcd.c149 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, cfg.addr, cfg.dev_key)); in prov_and_conf()
Dtest_persistence.c420 return bt_mesh_provision(test_netkey, test_netkey_idx, test_flags, test_ividx, TEST_ADDR, in device_setup_and_self_provision()
441 ASSERT_OK(bt_mesh_provision(primary_netkey, 0, test_flags, test_ividx, TEST_PROV_ADDR, in provisioner_setup()
Dmesh_test.c244 err = bt_mesh_provision(test_net_key, 0, 0, 0, cfg->addr, cfg->dev_key); in bt_mesh_device_provision_and_configure()
Dtest_advertiser.c415 bt_mesh_provision(test_net_key, 0, 0, 0, adv_cfg.addr, adv_cfg.dev_key); in test_tx_proxy_mixin()
Dtest_access.c313 err = bt_mesh_provision(net_key, 0, 0, 0, addr, dev_key); in provision()
Dtest_brg.c168 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, test_ividx, PROV_ADDR, prov_dev_key)); in tester_setup()
Dtest_blob.c295 err = bt_mesh_provision(net_key, 0, 0, 0, addr, dev_key); in provision()
Dtest_dfu.c352 err = bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key); in provision()
Dtest_beacon.c1100 err = bt_mesh_provision(net_key, 0, 0, 0, dev_cfg->addr, dev_cfg->dev_key); in provision()
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c188 err = bt_mesh_provision(net_key, net_idx, flags, iv_index, addr, in bt_ready()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h454 int bt_mesh_provision(const uint8_t net_key[16], uint16_t net_idx,
/Zephyr-latest/samples/bluetooth/mesh/src/
Dmain.c354 err = bt_mesh_provision(net_key, 0, 0, 0, addr, dev_key); in button_pressed()
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c291 err = bt_mesh_provision(net_key, BT_MESH_NET_PRIMARY, 0, 0, self_addr, in bt_ready()
/Zephyr-latest/subsys/bluetooth/mesh/
Dmain.c45 int bt_mesh_provision(const uint8_t net_key[16], uint16_t net_idx, in bt_mesh_provision() function
Dprovisionee.c595 err = bt_mesh_provision(pdu, net_idx, flags, iv_index, bt_mesh_prov_link.addr, dev_key); in prov_data()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c606 err = bt_mesh_provision(net_key, NET_IDX, FLAGS, IV_INDEX, addr, dev_key); in provision_and_configure()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c985 err = bt_mesh_provision(net_key, net_idx, 0, iv_index, addr, bt_mesh_shell_default_key); in cmd_provision_local()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1465 err = bt_mesh_provision(net_key, net_key_idx, flags, iv_index, addr, in provision_node()
1528 err = bt_mesh_provision(net_key, net_key_idx, flags, iv_index, in start()