Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dsmp.c114 u8 passkey_round; member
1459 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_send_confirm()
1481 if (smp->passkey_round >= 20) in sc_passkey_round()
1486 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_round()
1496 smp->passkey_round++; in sc_passkey_round()
1498 if (smp->passkey_round == 20) { in sc_passkey_round()
1510 if (smp->passkey_round == 20) in sc_passkey_round()
1518 if (smp->passkey_round != 20) in sc_passkey_round()
1550 smp->passkey_round + 1); in sc_passkey_round()
1577 smp->passkey_round = 0; in sc_user_reply()
[all …]