Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dprov.c216 atomic_set_bit(bt_mesh_prov_link.flags, WAIT_NUMBER); in bt_mesh_prov_auth()
251 atomic_set_bit(bt_mesh_prov_link.flags, WAIT_NUMBER); in bt_mesh_prov_auth()
281 if (!atomic_test_and_clear_bit(bt_mesh_prov_link.flags, WAIT_NUMBER)) { in bt_mesh_input_number()
Dprov.h89 WAIT_NUMBER, /* Waiting for number input from user */ enumerator
Dprov_device.c281 if (atomic_test_bit(bt_mesh_prov_link.flags, WAIT_NUMBER) || in start_auth()
Dprovisioner.c445 atomic_test_bit(bt_mesh_prov_link.flags, WAIT_NUMBER) || in prov_dh_key_gen()