Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c187 uint8_t passkey_round; member
2022 r = (smp->passkey >> smp->passkey_round) & 0x01; in smp_send_pairing_confirm()
3657 r = (smp->passkey >> smp->passkey_round) & 0x01; in sc_smp_check_confirm()
3767 smp->passkey_round++; in smp_pairing_random()
3768 if (smp->passkey_round == 20U) { in smp_pairing_random()
3820 smp->passkey_round++; in smp_pairing_random()
3821 if (smp->passkey_round == 20U) { in smp_pairing_random()
4254 smp->passkey_round = 0U; in display_passkey()