Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dprov.c205 atomic_set_bit(bt_mesh_prov_link.flags, WAIT_NUMBER); in bt_mesh_prov_auth()
240 atomic_set_bit(bt_mesh_prov_link.flags, WAIT_NUMBER); in bt_mesh_prov_auth()
270 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
Dprovisionee.c295 if (atomic_test_bit(bt_mesh_prov_link.flags, WAIT_NUMBER) || in start_auth()
Dprovisioner.c443 atomic_test_bit(bt_mesh_prov_link.flags, WAIT_NUMBER) || in prov_dh_key_gen()