SMP_CMD_PUBLIC_KEY
case SMP_CMD_PUBLIC_KEY:
SMP_ALLOW_CMD(smp, SMP_CMD_PUBLIC_KEY);
smp_send_cmd(smp->conn, SMP_CMD_PUBLIC_KEY, 64, smp->local_pk);
SMP_ALLOW_CMD(smp, SMP_CMD_PUBLIC_KEY);
return sc_passkey_round(smp, SMP_CMD_PUBLIC_KEY);
case SMP_CMD_PUBLIC_KEY: