1. 27 Feb, 2015 3 commits
  2. 20 Feb, 2015 3 commits
  3. 19 Feb, 2015 7 commits
  4. 17 Feb, 2015 1 commit
  5. 16 Feb, 2015 1 commit
    • Johan Hedberg's avatar
      Bluetooth: Fix accepting early data on fixed channels · 315917e0
      Johan Hedberg authored
      On BR/EDR the L2CAP channel instances for fixed channels have so far
      been marked as ready only once the L2CAP information req/rsp procedure
      is complete and we have the fixed channel mask. This could however lead
      to data being dropped if we receive it on the channel before knowing the
      remote mask.
      
      Since it is valid for a remote to send data this early, simply assume
      that the channel is supported when we receive data on it. So far this
      hasn't been noticed much because of limited use of fixed channels on
      BR/EDR, but e.g. with SMP over BR/EDR this is already now visible with
      automated tests failing randomly.
      Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
      Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
      315917e0
  6. 15 Feb, 2015 7 commits
  7. 14 Feb, 2015 16 commits
  8. 12 Feb, 2015 2 commits