Home
last modified time | relevance | path

Searched refs:sol_tx (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dsolicitation.c277 if (sub->sol_tx == true) { in bt_mesh_proxy_solicit()
288 sub->sol_tx = true; in bt_mesh_proxy_solicit()
486 return sub->sol_tx; in sol_subnet_find()
507 sub->sol_tx = false; in bt_mesh_sol_send()
535 sub->sol_tx = false; in bt_mesh_sol_send()
539 sub->sol_tx = false; in bt_mesh_sol_send()
Dsubnet.h82 bool sol_tx; member