Home
last modified time | relevance | path

Searched refs:WAIT_STRING (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dprov.c202 atomic_set_bit(bt_mesh_prov_link.flags, WAIT_STRING); in bt_mesh_prov_auth()
238 atomic_set_bit(bt_mesh_prov_link.flags, WAIT_STRING); in bt_mesh_prov_auth()
290 if (!atomic_test_and_clear_bit(bt_mesh_prov_link.flags, WAIT_STRING)) { in bt_mesh_input_string()
Dprov.h90 WAIT_STRING, /* Waiting for string input from user */ enumerator
Dprovisionee.c296 atomic_test_bit(bt_mesh_prov_link.flags, WAIT_STRING)) { in start_auth()
Dprovisioner.c442 if (atomic_test_bit(bt_mesh_prov_link.flags, WAIT_STRING) || in prov_dh_key_gen()