public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Volker Fritzsch <kokor.hekkus@gmx.de>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: BlueZ Mailing List <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] pairing on x86_64
Date: Sat, 21 Feb 2004 15:08:47 +0100	[thread overview]
Message-ID: <200402211508.47481.kokor.hekkus@gmx.de> (raw)
In-Reply-To: <1077371771.2716.5.camel@pegasus>

Hi Marcel,

> try the attached patch.
unfortunatly, the patch didn't fix it.
I've added some more syslog() calls to security.c:

        type = *ptr++;

        syslog(LOG_INFO, "** type is %s", type);
        if (type == HCI_EVENT_PKT) {
                syslog(LOG_INFO, "** type is HCI_EVENT_PKT");
        }
        if (type == HCI_COMMAND_PKT) {
                syslog(LOG_INFO, "** type is HCI_COMMAND_PKT");
        }
        if (type == HCI_ACLDATA_PKT) {
                syslog(LOG_INFO, "** type is HCI_ACLDATA_PKT");
        }
        if (type == HCI_SCODATA_PKT) {
                syslog(LOG_INFO, "** type is HCI_SCODATA_PKT");
        }
        if (type == HCI_UNKNOWN_PKT) {
                syslog(LOG_INFO, "** type is HCI_UNKNOWN_PKT");
        }
        if (type != HCI_EVENT_PKT) {
                syslog(LOG_INFO, "** type not HCI_EVENT_PKT");
                return TRUE;
        }

now it says:
'** type is (null)'

(without your patch and with
syslog(LOG_INFO, "** type is %d", type);
it was
'** type is 0'
)

thanks, Volker

  reply	other threads:[~2004-02-21 14:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-21 11:52 [Bluez-users] pairing on x86_64 Volker Fritzsch
2004-02-21 12:09 ` Marcel Holtmann
2004-02-21 13:34   ` Volker
2004-02-21 13:56     ` Marcel Holtmann
2004-02-21 14:08       ` Volker Fritzsch [this message]
2004-02-21 14:18         ` Marcel Holtmann
2004-02-21 15:48           ` Volker Fritzsch
2004-02-21 16:11             ` Marcel Holtmann
2004-02-21 20:00               ` Volker Fritzsch
2004-02-22  2:15                 ` Marcel Holtmann
2004-02-22 13:24                   ` Volker Fritzsch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200402211508.47481.kokor.hekkus@gmx.de \
    --to=kokor.hekkus@gmx.de \
    --cc=bluez-users@lists.sourceforge.net \
    --cc=marcel@holtmann.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox