All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: Tyszkowski Jakub <jakub.tyszkowski@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 5/8] emulator/btdev: Overwrite default feature mask when SPP is toggled
Date: Thu, 4 Sep 2014 14:09:59 +0300	[thread overview]
Message-ID: <20140904110959.GA3120@t440s.ger.corp.intel.com> (raw)
In-Reply-To: <540844F1.1070801@tieto.com>

Hi Jakub,

On Thu, Sep 04, 2014, Tyszkowski Jakub wrote:
> >>This looks suspicious to me. The only thing that should matter is
> >>whether the host features bit is set on or not. That already looks
> >>correct to me in the btdev_get_host_features() function. I.e. isn't your
> >>problem with some piece of code higher up in the stack that's not
> >>keeping SSP properly disabled? (since what you're now doing is not just
> >>disabling SSP but making it look like SSP was never supported to begin
> >>with as soon as you disable it).
> >
> >I'm trying to mimic reconnecting legacy HID device (which was previously
> >paired with PIN) to check if security level will be raised when keyboard
> >subclass is being found in remotes SDP records. To get the SDP records
> >we need to trigger SDP search when remote connects the control channel.
> >But we block such incoming connection with 'security block'.
> >
> >If I get the emulator code right, host and remote uses the same array of
> >features which is reason for this patch. When emulated remote tries to
> >connect l2cap on PSM other than the SDP one, it's being rejected if it
> >reports SSP in features.
> 
> Maybe the correct way to fix this is to make remote_features_complete() also
> use btdev_get_host_features() instead of directly copying
> "btdev->conn->features"? With this we wouldn't need to overwrite the
> ->features.

The remote_features_complete() function returns page 0 which is the
controller features. Page 1 the host features and you need the extended
features command for that. The actual bug seems to have been that we
were returning the local instead of remote features when getting the
host features in remote_ext_features_complete(). I've pushed a fix for
it. Let me know if that was the actual problem you were having and
things now work fine for you.

Johan

  reply	other threads:[~2014-09-04 11:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-03  9:02 [PATCH 1/8] android/tester: Add action to verify encryption change Jakub Tyszkowski
2014-09-03  9:02 ` [PATCH 2/8] android/tester: Allow HIDHost to use custom sdp response Jakub Tyszkowski
2014-09-03  9:02 ` [PATCH 3/8] android/tester: Add case verifying encryption on HIDHost Jakub Tyszkowski
2014-09-03  9:02 ` [PATCH 4/8] android/tester: Fix HIDHost cases sending fixed tid sdp responses Jakub Tyszkowski
2014-09-03  9:02 ` [PATCH 5/8] emulator/btdev: Overwrite default feature mask when SPP is toggled Jakub Tyszkowski
2014-09-03  9:39   ` Johan Hedberg
2014-09-03 13:34     ` Tyszkowski Jakub
2014-09-04 10:54       ` Tyszkowski Jakub
2014-09-04 11:09         ` Johan Hedberg [this message]
2014-09-04 11:57           ` Tyszkowski Jakub
2014-09-03  9:02 ` [PATCH 6/8] android/tester: Enable SSP in emulator by default Jakub Tyszkowski
2014-09-03  9:02 ` [PATCH 7/8] android/tester: Add support for rejected connections Jakub Tyszkowski
2014-09-03  9:02 ` [PATCH 8/8] android/tester: Add Hidhost rejecting connection case Jakub Tyszkowski

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=20140904110959.GA3120@t440s.ger.corp.intel.com \
    --to=johan.hedberg@gmail.com \
    --cc=jakub.tyszkowski@tieto.com \
    --cc=linux-bluetooth@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.