net/bluetooth/smp.c
1016
smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM, sizeof(smp->prnd),
net/bluetooth/smp.c
1512
case SMP_CMD_PAIRING_RANDOM:
net/bluetooth/smp.c
1535
smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM,
net/bluetooth/smp.c
1560
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RANDOM);
net/bluetooth/smp.c
1563
smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM,
net/bluetooth/smp.c
2039
smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM, sizeof(smp->prnd),
net/bluetooth/smp.c
2041
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RANDOM);
net/bluetooth/smp.c
2120
smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM, sizeof(smp->prnd),
net/bluetooth/smp.c
2122
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RANDOM);
net/bluetooth/smp.c
2168
smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM,
net/bluetooth/smp.c
2176
return sc_passkey_round(smp, SMP_CMD_PAIRING_RANDOM);
net/bluetooth/smp.c
2189
smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM, sizeof(smp->prnd),
net/bluetooth/smp.c
2828
smp_send_cmd(conn, SMP_CMD_PAIRING_RANDOM,
net/bluetooth/smp.c
2831
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RANDOM);
net/bluetooth/smp.c
2860
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RANDOM);
net/bluetooth/smp.c
3012
case SMP_CMD_PAIRING_RANDOM:
net/bluetooth/smp.c
970
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_RANDOM);