Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dbeacon.c332 uint8_t uri_hash[16] = { 0 }; in unprovisioned_beacon_send() local
350 if (prov->uri && bt_mesh_s1_str(prov->uri, uri_hash) == 0) { in unprovisioned_beacon_send()
357 net_buf_add_mem(buf, uri_hash, 4); in unprovisioned_beacon_send()
392 uint32_t *uri_hash = NULL; in unprovisioned_beacon_recv() local
410 uri_hash = &uri_hash_val; in unprovisioned_beacon_recv()
417 uri_hash); in unprovisioned_beacon_recv()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dmain.h235 uint32_t *uri_hash);
/Zephyr-Core-3.5.0/samples/bluetooth/mesh_provisioner/src/
Dmain.c240 uint32_t *uri_hash) in unprovisioned_beacon() argument
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/
Dshell.c695 uint32_t *uri_hash) in print_unprovisioned_beacon() argument
703 (uri_hash == NULL ? 0 : *uri_hash)); in print_unprovisioned_beacon()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c305 uint32_t *uri_hash) in unprovisioned_beacon() argument
Dtest_provision.c270 uint32_t *uri_hash) in unprovisioned_beacon() argument