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
1985 r = (smp->passkey >> smp->passkey_round) & 0x01; in smp_send_pairing_confirm()
3620 r = (smp->passkey >> smp->passkey_round) & 0x01; in sc_smp_check_confirm()
3730 smp->passkey_round++; in smp_pairing_random()
3731 if (smp->passkey_round == 20U) { in smp_pairing_random()
3783 smp->passkey_round++; in smp_pairing_random()
3784 if (smp->passkey_round == 20U) { in smp_pairing_random()
4217 smp->passkey_round = 0U; in display_passkey()