Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c127 SMP_FLAG_DISPLAY, /* if display_passkey() callback was called */ enumerator
2315 atomic_set_bit(smp->flags, SMP_FLAG_DISPLAY); in legacy_request_tk()
3331 atomic_clear_bit(smp->flags, SMP_FLAG_DISPLAY); in smp_pairing_confirm()
3842 atomic_test_and_clear_bit(smp->flags, SMP_FLAG_DISPLAY)) { in smp_pairing_failed()
4220 atomic_set_bit(smp->flags, SMP_FLAG_DISPLAY); in display_passkey()