Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dbeacon.c347 uint8_t uri_hash[16] = { 0 }; in unprovisioned_beacon_send() local
365 if (prov->uri && bt_mesh_s1_str(prov->uri, uri_hash) == 0) { in unprovisioned_beacon_send()
372 net_buf_simple_add_mem(&adv->b, uri_hash, 4); in unprovisioned_beacon_send()
407 uint32_t *uri_hash = NULL; in unprovisioned_beacon_recv() local
425 uri_hash = &uri_hash_val; in unprovisioned_beacon_recv()
432 uri_hash); in unprovisioned_beacon_recv()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dmain.h235 uint32_t *uri_hash);
/Zephyr-Core-3.7.0/samples/bluetooth/mesh_provisioner/src/
Dmain.c240 uint32_t *uri_hash) in unprovisioned_beacon() argument
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Dshell.c692 uint32_t *uri_hash) in print_unprovisioned_beacon() argument
700 (uri_hash == NULL ? 0 : *uri_hash)); in print_unprovisioned_beacon()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c305 uint32_t *uri_hash) in unprovisioned_beacon() argument
Dtest_provision.c266 uint32_t *uri_hash) in unprovisioned_beacon() argument