Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dsmp.c120 u8 passkey_round; member
1460 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_send_confirm()
1482 if (smp->passkey_round >= 20) in sc_passkey_round()
1487 r = ((hcon->passkey_notify >> smp->passkey_round) & 0x01); in sc_passkey_round()
1497 smp->passkey_round++; in sc_passkey_round()
1499 if (smp->passkey_round == 20) { in sc_passkey_round()
1511 if (smp->passkey_round == 20) in sc_passkey_round()
1519 if (smp->passkey_round != 20) in sc_passkey_round()
1551 smp->passkey_round + 1); in sc_passkey_round()
1578 smp->passkey_round = 0; in sc_user_reply()
[all …]