Home
last modified time | relevance | path

Searched refs:bt_mesh_prov_remote_pub_key_set (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h342 int bt_mesh_prov_remote_pub_key_set(const uint8_t public_key[64]);
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst112 call :c:func:`bt_mesh_prov_remote_pub_key_set` on the provisioner side.
/Zephyr-latest/subsys/bluetooth/mesh/
Dprovisioner.c784 int bt_mesh_prov_remote_pub_key_set(const uint8_t public_key[PUB_KEY_SIZE]) in bt_mesh_prov_remote_pub_key_set() function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c842 err = bt_mesh_prov_remote_pub_key_set(pub_key); in cmd_remote_pub_key_set()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c528 ASSERT_OK(bt_mesh_prov_remote_pub_key_set(public_key_be)); in oob_provisioner()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1452 err = bt_mesh_prov_remote_pub_key_set(pub_key); in provision_node()