1. 14 6月, 2011 1 次提交
  2. 09 6月, 2011 7 次提交
  3. 06 5月, 2011 3 次提交
  4. 28 4月, 2011 10 次提交
  5. 13 4月, 2011 2 次提交
  6. 08 4月, 2011 14 次提交
  7. 01 4月, 2011 2 次提交
  8. 17 2月, 2011 1 次提交
    • C
      Bluetooth: Add connection parameter update response · de73115a
      Claudio Takahasi 提交于
      Implements L2CAP Connection Parameter Update Response defined in
      the Bluetooth Core Specification, Volume 3, Part A, section 4.21.
      Address the LE Connection Parameter Procedure initiated by the slave.
      
      Connection Interval Minimum and Maximum have the same range: 6 to
      3200. Time = N * 1.25ms. Minimum shall be less or equal to Maximum.
      The Slave Latency field shall have a value in the range of 0 to
      ((connSupervisionTimeout / connIntervalMax) - 1). Latency field shall
      be less than 500. connSupervisionTimeout = Timeout Multiplier * 10 ms.
      Multiplier field shall have a value in the range of 10 to 3200.
      Signed-off-by: NClaudio Takahasi <claudio.takahasi@openbossa.org>
      Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
      de73115a