Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsmp.c118 u8 passkey_round; member
1456 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_send_confirm()
1478 if (smp->passkey_round >= 20) in sc_passkey_round()
1483 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_round()
1492 smp->passkey_round++; in sc_passkey_round()
1494 if (smp->passkey_round == 20) { in sc_passkey_round()
1506 if (smp->passkey_round == 20) in sc_passkey_round()
1514 if (smp->passkey_round != 20) in sc_passkey_round()
1546 smp->passkey_round + 1); in sc_passkey_round()
1573 smp->passkey_round = 0; in sc_user_reply()
[all …]