Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dsmp.c187 uint8_t passkey_round; member
1882 r = (smp->passkey >> smp->passkey_round) & 0x01; in smp_send_pairing_confirm()
3497 r = (smp->passkey >> smp->passkey_round) & 0x01; in sc_smp_check_confirm()
3607 smp->passkey_round++; in smp_pairing_random()
3608 if (smp->passkey_round == 20U) { in smp_pairing_random()
3660 smp->passkey_round++; in smp_pairing_random()
3661 if (smp->passkey_round == 20U) { in smp_pairing_random()
4072 smp->passkey_round = 0U; in display_passkey()