net/bluetooth/smp.c
1495
smp_send_cmd(conn, SMP_CMD_PAIRING_CONFIRM, sizeof(cfm), &cfm);
net/bluetooth/smp.c
1540
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_CONFIRM);
net/bluetooth/smp.c
1554
case SMP_CMD_PAIRING_CONFIRM:
net/bluetooth/smp.c
1579
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_CONFIRM);
net/bluetooth/smp.c
1607
smp_op = SMP_CMD_PAIRING_CONFIRM;
net/bluetooth/smp.c
1858
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_CONFIRM);
net/bluetooth/smp.c
2036
return sc_passkey_round(smp, SMP_CMD_PAIRING_CONFIRM);
net/bluetooth/smp.c
2822
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_CONFIRM);
net/bluetooth/smp.c
2837
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_CONFIRM);
net/bluetooth/smp.c
2843
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_CONFIRM);
net/bluetooth/smp.c
2859
smp_send_cmd(conn, SMP_CMD_PAIRING_CONFIRM, sizeof(cfm), &cfm);
net/bluetooth/smp.c
3008
case SMP_CMD_PAIRING_CONFIRM:
net/bluetooth/smp.c
965
smp_send_cmd(smp->conn, SMP_CMD_PAIRING_CONFIRM, sizeof(cp), &cp);
net/bluetooth/smp.c
968
SMP_ALLOW_CMD(smp, SMP_CMD_PAIRING_CONFIRM);