Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dsmp.c125 u8 passkey_round; member
1498 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_send_confirm()
1520 if (smp->passkey_round >= 20) in sc_passkey_round()
1525 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_round()
1535 smp->passkey_round++; in sc_passkey_round()
1537 if (smp->passkey_round == 20) { in sc_passkey_round()
1549 if (smp->passkey_round == 20) in sc_passkey_round()
1557 if (smp->passkey_round != 20) in sc_passkey_round()
1589 smp->passkey_round + 1); in sc_passkey_round()
1616 smp->passkey_round = 0; in sc_user_reply()
[all …]