Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dsmp.c122 u8 passkey_round; member
1477 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_send_confirm()
1499 if (smp->passkey_round >= 20) in sc_passkey_round()
1504 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_round()
1514 smp->passkey_round++; in sc_passkey_round()
1516 if (smp->passkey_round == 20) { in sc_passkey_round()
1528 if (smp->passkey_round == 20) in sc_passkey_round()
1536 if (smp->passkey_round != 20) in sc_passkey_round()
1568 smp->passkey_round + 1); in sc_passkey_round()
1595 smp->passkey_round = 0; in sc_user_reply()
[all …]