1. 17 Jul, 2012 7 commits
  2. 16 Jul, 2012 1 commit
    • Johan Hedberg's avatar
      Bluetooth: Change page scan interval in fast connectable mode · 83ce9a06
      Johan Hedberg authored
      This patch is based on a user space (hciops) patch which never made it
      upstream but does make sense to include in the mgmt part of the kernel.
      
      (User space) commit message from Dmitriy Paliy:
      "
      Page scan interval in fast connectable mode is changed from 22.5 msec to
      160 msec to perform less aggressive page scanning. This is done
      accordingly to controller vendor recommendation.
      
      Primary concern is that current parameters 22.5 interval, 11.25 window,
      and interleaved scanning occupy whole radio bandwidth. Changing interval
      to 160 msec should be sufficient for both speeding up connection
      establishment and leaving space for other activities, like inquiry scan,
      e.g.
      "
      Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
      Signed-off-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
      83ce9a06
  3. 15 Jul, 2012 1 commit
    • Mat Martineau's avatar
      Bluetooth: Use tx window from config response for ack timing · c20f8e35
      Mat Martineau authored
      This change addresses an L2CAP ERTM throughput problem when a remote
      device does not fully utilize the available transmit window.
      
      The L2CAP ERTM transmit window size determines the maximum number of
      unacked frames that may be outstanding at any time. It is configured
      separately for each direction of an ERTM connection. Each side sends a
      configuration request with a tx_win field indicating how many unacked
      frames it is capable of receiving before sending an ack. The
      configuration response's tx_win field shows how many frames the
      transmitter will actually send before waiting for an ack.
      
      It's important to trace both the actual transmit window (to check for
      validity of incoming frames) and the number of frames that the
      transmitter will send before waiting (to send acks at the appropriate
      time). Now there are separate tx_win and ack_win values. ack_win is
      updated based on configuration responses, and is used to determine
      when acks are sent.
      Signed-off-by: default avatarMat Martineau <mathewm@codeaurora.org>
      Signed-off-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
      c20f8e35
  4. 11 Jul, 2012 3 commits
  5. 10 Jul, 2012 5 commits
  6. 09 Jul, 2012 1 commit
  7. 30 Jun, 2012 6 commits
  8. 26 Jun, 2012 1 commit
  9. 19 Jun, 2012 6 commits
  10. 14 Jun, 2012 1 commit
  11. 13 Jun, 2012 2 commits
  12. 12 Jun, 2012 6 commits