Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dsmp.c121 u8 passkey_round; member
1481 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_send_confirm()
1503 if (smp->passkey_round >= 20) in sc_passkey_round()
1508 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_round()
1518 smp->passkey_round++; in sc_passkey_round()
1520 if (smp->passkey_round == 20) { in sc_passkey_round()
1532 if (smp->passkey_round == 20) in sc_passkey_round()
1540 if (smp->passkey_round != 20) in sc_passkey_round()
1572 smp->passkey_round + 1); in sc_passkey_round()
1599 smp->passkey_round = 0; in sc_user_reply()
[all …]